This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TMS320F28379D: Motorola S2 record format

Part Number: TMS320F28379D

Tool/software: Code Composer Studio

hello ,

I am using TMS320F28379D controller, currently i have written a boot loader to load motorola S2 record format on the controller for the application file. i am  not confident in identifying if the S2 record generated is correct or the BL is incorrect. 

i used the hex tool present in bin folder of CCS with following options

Command Line parameters:

${command} ${flags}-m2 ${output_flag} ${output} ../../Tools/s2RecordGenTool/HexConversionOfcCore1.cmd

HexConversionOfcCore1.cmd: contains

F28379D.out
-image
-memwidth 16

ROMS
{

EPROM1: org = 0x088000, len = 0x017FFD, romwidth = 16,
fill = 0xFFFF,
files = { OfsCore1.s2 }
}

  I  would like to know if Ti has any tool which can load S2 record on F28379D so that i can verify to confirm my S2 record is correct.

Thanks,

Nagesh