Other Parts Discussed in Thread: C2000WARE
I am trying to get program to run from internal Flash on reset/powerup. I've successfully loaded program into flash using launchpad example, and can execute it from a debugger start.
However, if I force a chip reset and start (F8) or single step (F5) through the boot rom, it eventually halts on "ESTOP" and never starts executing code in flash. The starting flash location (0x80000) does have branch code "LB _c_int00" to start up.
If I do a reset and then manually set the the PC to 0x80000, the code runs correctly.
Both GPIO 24 and 32 pins are pulled up high (verified on launchpad booster pins) so its supposed to boot from Flash.