Building a Table for an On-Chip Boot Loader
10-33
Hex Conversion Utility Description
You should set the –romwidth equal to the –memwidth unless you want to have
multiple output files.
The ’C54x can boot through either the serial or parallel interface with either 8-
or 16-bit data. The format is the same for any combination: the boot table
consists of a field containing the destination address, a field containing the
length, and a block containing the data.
You can boot only one section. If you are booting from an 8-bit channel, 16-bit
words are stored in the table with the MSBs first; the hex conversion utility
automatically builds the table in the correct format.
-
To boot from a serial port, specify –bootorg SERIAL when invoking the
utility. Use either –memwidth 8 or –memwidth 16.
-
To load from a parallel I/O port, invoke the utility by specifying –bootorg
PARALLEL. Use either –memwidth 8 or –memwidth 16.
-
To boot from external memory (EPROM), specify the source address of
the boot memory by using the –bootorg option. Use either –memwidth 8
or –memwidth 16.
For example, the command file in Figure 10–8 allows you to boot the .text
section of abc.out from a byte-wide EPROM at location 0x8000.
Figure 10–8. Sample Command File for Booting From a ’C54x EPROM
abc.out /* input file */
–o abc.i /* output file */
–i /* Intel format */
–memwidth 8 /* 8-bit memory */
–romwidth 8 /* outfile is bytes, not words */
–bootorg 0x8000 /* external memory boot */
SECTIONS { .text: BOOT }
Summary of Contents for TMS320C54x
Page 38: ......
Page 39: ......
Page 40: ......
Page 41: ......
Page 42: ......
Page 43: ......
Page 44: ......
Page 45: ......
Page 46: ......
Page 47: ......
Page 48: ......
Page 49: ......
Page 50: ......
Page 51: ......
Page 52: ......
Page 53: ......
Page 54: ......
Page 55: ......
Page 56: ......
Page 57: ......
Page 58: ......
Page 59: ......
Page 60: ......
Page 61: ......
Page 62: ......
Page 276: ......
Page 277: ......
Page 278: ......
Page 279: ......
Page 280: ......
Page 281: ......
Page 282: ......
Page 283: ......
Page 284: ......
Page 285: ......
Page 286: ......
Page 287: ......
Page 288: ......
Page 289: ......
Page 290: ......
Page 291: ......
Page 292: ......
Page 293: ......
Page 294: ......
Page 295: ......
Page 296: ......
Page 297: ......
Page 298: ......
Page 299: ......
Page 300: ......
Page 301: ......
Page 302: ......