Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
I've got two projects in CCS: one for CPU1 and the other for CPU2. I'd like to load both projects onto the Launchpad into flash so that they can run independently of the CCS debugger after powering down and powering up again. When debugging, the programs will both run. However, if I power down the board after flashing for debug, only CPU1 runs.
The CPU2 project uses 2837xD_FLASH_lnk_cpu2.cmd. CPU2 and _FLASH are in the predefine symbols. F2837xD_CodeStartBranch.asm is in the "device" directory of the CPU2 project. The switches on the board near the label "S1 BOOT" are all in the position closest to "ON CST".
What am I missing that keeps both programs from running in standalone mode?
Thanks