Other Parts Discussed in Thread: C2000WARE
Hello,
I'd like to have the processor boot from internal flash memory upon being powered up.
Code Composer Studio
Version: 9.0.1.00004
OS: Windows 10, v.10.0, x86_64 / win32
Java version: 1.8.0_144
- I've changed the project configuration from RAM to FLASH.
- My program calls InitSysCtrl() first in main()
- I've tried powering up the board with boot pin 3 low.
- I've run the EMU_BOOT_FLASH script while the program was haulted in the debugger.
What am I missing to run the application in standalone without the need to be connected to the debugger?
Thanks!