1srec_atmel_generic(5) File Formats Manual srec_atmel_generic(5)
2
3
4
6 srec_atmel_generic - Atmel Generic file format
7
9 This format is the output of the Atmel AVR assembler. The file con‐
10 tains two columns of hexadecimal coded values. The first column is the
11 24‐bit word address, the second column is the 16‐bit word data. The
12 columns are separated by a colon (`:') character.
13
14 By default, SRecord treats this is little‐endian data (the least sig‐
15 nificant byte first). If you want big endian order, use the -atmel‐
16 generic‐be argument instead.
17
18 Size Multiplier
19 In general, binary data will expand in sized by approximately 6.0 times
20 when represented with this format (6.5 times in Windows).
21
23 Here is an example Atmel Generic file. It contains the data “Hello,
24 World[rq] to be loaded at bytes address 0x0100 (but remember, the file
25 contents are word addressed).
26 000080:4865
27 000081:6C6C
28 000082:6F2C
29 000083:2057
30 000084:6F72
31 000085:6C64
32
34 srec_cat version 1.64
35 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
36 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Peter Miller
37
38 The srec_cat program comes with ABSOLUTELY NO WARRANTY; for details use
39 the 'srec_cat -VERSion License' command. This is free software and you
40 are welcome to redistribute it under certain conditions; for details
41 use the 'srec_cat -VERSion License' command.
42
44 Scott Finneran E‐Mail: scottfinneran@yahoo.com.au
45 Peter Miller E‐Mail: pmiller@opensource.org.au
46
47
48
49Reference Manual SRecord srec_atmel_generic(5)