Part Number: TMS570LS3137
Tool/software: Code Composer Studio
I have app.out and app.bin files generated via CCS 8.2. Both are generated at the same time from the same project.
app.bin is generated at post-build step.
Custom bootloader writes app.bin to flash at address 0x20040 and jumps to app.bin image via pointing to this address and app starts running successfully.
However when the bootloader burns app.out at the same address and then attemps to jump to the same address, consecutive resets occur, app fails to run.
is this because app.out file starts with some non-executable nonsense?
Any other reason?
Application images are supposed to come in .out format. Any input/help?