TMS320F28P650DK: F28P65 Generating Binary files

Part Number: TMS320F28P650DK


I need the bin file to do the OTA bootloader.,I generated the bin file using the method described in this post.

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1360751/tms320f280025-generating-binary-files/5195270?tisearch=e2e-sitesearch&keymatch=TMS320F280025%2520%2520bin#5195270

The results of my test are consistent with those in the text. The first method failed to generate correctly because the file was in the elf format. The second method produced a bin file that lacked the 0xff padding. So I would like to use the third method. Then how do I add ROMS?

Adding it directly in the CMD file doesn't seem to be the correct approach: 

 

image.png

 

Are there any other third-party tools that can generate bin files?