Hi All. I've got a driverlib project with both CPU's. Works fine with JTAG load to RAM.
CPU1 will run from flash (with JTAG disconnected). CPU2 does not. Based on blinking LED's.
If I connect with the JTAG, it always reloads everything and it all works. So I don't know how to debug. Is there a way to connect with the debugger and see where CPU2 is stuck?
Something that isn't clear in the example CMD linker files, is the line .TI.ramfunc : {} LOAD = FLASHD, is always the same for both CPU's even if FLASHD isn't used. Does this matter?
thanks
Ken