Other Parts Discussed in Thread: TMS320F2810
This project won't boot after a power cycle. I was developing the code which started from several example projects running from RAM but am at the point I need to run from FLASH, and after following information in SPRA958d-1.pdf am able to run from flash in the CCS 5.5 but if I detach CCS and power cycle the board, it just sits there. Attached is the map file.
The map file shows the start address:
ENTRY POINT SYMBOL: "_c_int00" address: 003e8715
and if I understand correctly, after a power up the processor should start executing at address: 0x3f7ff6
and at this address there is a LB 003e8715 from looking at the dissasemby window.
(by the way, I can only look at disassembly after I start a debug session, but that always does a download, I'd rather look at disassembly after a power cycle to be sure there truely is what I think in flash. Is there a way to start debugging without a download?)
This board had been in our products for years and has had other code booting from powerup, and the jumper is correctly set for booting from flash.
What could be preventing the boot?desulf.m4p