Tool/software: Code Composer Studio
Hello,
Our goal is to have both cores boot from FLASH upon power up without the emulator on a custom board. Both appear to load and run when the emulator is connected. I believe we need to write 0x00000B5A to CPU2's Zx_BOOTCTRL registers. I have tried through both the CCS debug setup and by using the latest cmd and *_ZoneSelectBlock.asm files. It appears as though these values are not written (by checking registers and 0x78x00 in memory during debug session).
I have made note of of using the latest v210 2837xD_dcsm_lnk_cpu2.cmd file. I have also tried using the dcsm cmd file from the newest CPU1 Blinky with dcsm example. I see the registers make it into the resulting *.map file.
What could be wrong here?
Thanks,
Stephen