SPRU513Z August 2001 – October 2023 SM320F28335-EP
Table 12-2 summarizes the hex conversion utility options available for the boot loader.
Option | Description |
---|---|
--boot | Convert all sections into bootable form (use instead of a SECTIONS directive). |
--boot_align_sect | Causes boot table records to be aligned to the section alignment. |
--boot_block_size=size | Sets the desired block size for output from the hex conversion utility. The size may be specified as a hex or decimal value. The default size is 65535 (0xFFFF). For C28x targets, the boot block size refers to 16-bit words. |
--bootorg=address | Specify the source address of the boot-loader table. |
--cmac=file | Specify a file containing the CMAC key for use with secure flash boot on TMS320F2838x devices. |
--divsel value | Specify the initial value for the DIVSEL register. This is valid only if -xintf8/16 is used. If no value specified, uses 2. |
--entrypoint=value | Specify the entry point at which to begin execution after boot loading. The value can be an address or a global symbol. |
--gpio8 | Specify the source of the boot-loader table as the GP I/O port, 8-bit mode. (This is aliased by --can8.) |
--gpio16 | Specify the source of the boot-loader table as the GP I/O port, 16-bit mode. |
--lospcp=value | Specify the initial value for the LOSPCP register. The value is used only for the spi8 boot table format and is ignored for all other formats. A value greater than 0x7F is truncated to 0x7F. |
--pllcr value | Specify the initial value for the PLLCR register. This is valid only if --xintf8 or --xintf16 is used. If no value is specified, uses 0. |
--sci8 | Specify the source of the boot-loader table as the SCI-A port, 8-bit mode |
--spi8 | Specify the source of the boot-loader table as the SPI-A port, 8-bit mode |
--spibrr=value | Specify the initial value for the SPIBRR register. The value is used only for the spi8 boot table format and is ignored for all other formats. A value greater than 0x7F is truncated to 0x7F. |
--xintcnf2 value | Specify the initial value for the XINTCNF2 register. This is valid only if --xintf8 or --xintf16 is used. |
--xintf8 | Indicate use of parallel XINTF stream, 8-bit mode. |
--xintf16 | Indicate use of parallel XINTF stream, 16-bit mode. |
--xtiming value | Specify the initial value for the XTIMINGn register. This is valid only if --xintf8 or --xintf16 is used. |