Hello NXP Support team,
Target: S32K322
Debugger H/W: J-link/J-trace.
Currently, my application launches and hits cm7_0 main, when run , the IDE get hanged.
I wanted your expert guidance to do dual core debugging, where core0 and core1 runs independently, resetting core1 does not reset core0 and vise-versa.
How I can put break-point in core1 application.
Currently I am using an application attached below.
What I am trying to do is core0 does so communication on UART while core1 toggles LED. The code is not complete, but you may still refer it.
Additionally, wanted to know what if I initialize UART0 from core0 and UART1 from core1 will it cause any issue.
If I use a different GPIO configuration for core0 and core1, will it conflict each other?
Thanks