Part Number: TMS320F2808
Hello,
I have created a secondary bootloader to upload a new application over SCI and to program this new application into the flash. I am receiving no errors from the flash API, however, when I restart the cpu, the application code does not run. I know that the application that I am testing with works in flash because I tested using a JTAG and was able to successfully run the application from flash. I believe the issue is the command I am using to convert the application to hex using the hex2000 util. I am using the same command I used to convert the secondary bootloader:
hex2000 -boot -sci8 -b -o comtest.dat [Test Application]