Other Parts Discussed in Thread: C2000WARE
I am trying to get the dual-CPU ADC example project working but I can't get CPU2 to work at all. By toggling a GPIO line I can see that the CPU1 code is running OK from flash, but a similar toggle fails in the CPU2 code. If I try to run the CPU2 files through the debugger nothing happens other than repeated messages abot the device being held in reset. How do I take the device out of reset without stopping the debug session? Also as I understand it CPU2 has to be started by CPU1, but I haven't seen anything in the CPU1 files yet which would do this.