Other Parts Discussed in Thread: C2000WARE
When debugging the two CPU's, the script for EMU_BOOT_FLASH does not seem to work.
When debugging a single CPU, after reset the device is in get mode, waiting for a command. If selecting the script EMU_BOOT_FLASH, the device resumes normally after a reset - this is the expected behavior - no issues.
I can repeat the steps of when debugging a single CPU, but now I connect and load the program to CPU2. Trying all different combinations of scripts, only CPU1, only CPU2, both CPU's, no CPU's, none of the applications are able to run from reset. Everything works if the boot code is run and the debugger is waiting in main (you can do that by selecting restart button), but nothing works otherwise.
1. What is the reason for that?
2. Is there a workaround that allows us to run both CPU's in debug after reset, without having to start from Main.
The code I am using is the following:
task_TMS320F28379D_CPU1 and CPU2 - solution.zip
Thank you!