SPRU513Y August 2001 – June 2022 SM320F28335-EP
/*---------------------------------------------------------------------*/
/* Hex converter command file. */
/*---------------------------------------------------------------------*/
test.out /* Input file */
-ascii /* Select ASCII format */
--map=test.map /* Specify the map file */
--outfile=test_sci8.hex /* Hex utility out file */
--sci8 /* Specify the SCI 8-bit boot format */
SECTIONS
{
.text: paddr=BOOT
.cinit: paddr=BOOT
}