Part Number: LAUNCHXL-F28379D
Hi TI Expert Team,
1) When loading the compiled code onto MCU using "DUAL" management configuration, I noticed that
it will automatically put CPU2 into "Running" state while it stopped CPU1 at main.
How can we make such that it stopped both CPU at main ?
2) It looked to me when compiling using “CPU1_DUAL” without loading CPU2, the program in CPU1
can be executed properly (we are able to step over line by line).
But as soon as we load CPU2 code together with CPU1, it will automatically put CPU2 to "running"
mode and halted CPU1 at the main routine. So far so good.
Now when I tried to step through the CPU1 code, somehow it will fail to execute "InitSysCtrl()"
and could not return for the execution of the following function call "InitGpio()" causing it
never be executed. The program went to some undefined address.
Please help confirm on the issue I am seeing.
Thank you.
Best regards, Djony