Hello
- I am trying to debug the mcimx93evk_rpmsg_lite_str_echo_rtos_imxcm33 example on Cortex M33.
- I am using mcuXpressoSDK_MCIMX93-EVK
- Since this SDK is not supported in MCUXPRESSO, I have installed the SDK in Visual Studio Code.
- I am booting from the A55, stopping u-boot, then loading the Cortex M33 image from uboot as explained in documentation.
- Until now everything is working and I can see the traces in M33 console
- then I start linux on A55
But, when I "attach" the JILNK debugger to the target (from Visual Studio, right click on the project name and click "attach") for debugging the Cortex-M software, the A55 is reset, and then the M33 is also reset.
I am using LPC-Link2 Debug Probe with JLink firmware.
@note : I can properly debug "M33 only" applications with this probe, or also "attach to running target".
Is there a tutorial, or explanation ... somewhere about how to debug Freertos Application in multicore iMx93 (@note : iMx8 examples are not relevant since MCUXPresso does not support iMx93 Evaluation Kit)
Many thanks,
Thierry