Hi all, as described here:
[ABANDONED] Problems debugging M4 core of NXP RT1170 with Ozone (V3.28d) and J-Link Ultra+ debugger
I was trying to copy M4 FW into RAM from M7 core, and then launching M4 core once finished. I thought the problem was due to .jdebug of M4 core, but recently I realised the using Ozone in M7 project, it seems the Ozone is not able to debug the memcpy function. The same M7 project works using IAR + jLink.
To confirm this issue, I also tried using the original example of multicore project provided by NXP.
SDK_2_13_0_MIMXRT1170-EVK\boards\evkmimxrt1170\multicore_examples\hello_world\cm7
SDK_2_13_0_MIMXRT1170-EVK\boards\evkmimxrt1170\multicore_examples\hello_world\cm4
If you try using the CM7 project with Ozone, I'm not able to memcpy of hello_world_core0.c. I got the error shown in error.png
I got the same error if I ran the example without debugging.
Can you address me to find out what the problem is?
Please keep in mind that M7 is trying to copy M4 FW from external Flash to internal RAM, 0x20200000 as described from NXP reference manual (memory.png)
Many thanks!
[ABANDONED] Problems debugging M4 core of NXP RT1170 with Ozone (V3.28d) and J-Link Ultra+ debugger
I was trying to copy M4 FW into RAM from M7 core, and then launching M4 core once finished. I thought the problem was due to .jdebug of M4 core, but recently I realised the using Ozone in M7 project, it seems the Ozone is not able to debug the memcpy function. The same M7 project works using IAR + jLink.
To confirm this issue, I also tried using the original example of multicore project provided by NXP.
SDK_2_13_0_MIMXRT1170-EVK\boards\evkmimxrt1170\multicore_examples\hello_world\cm7
SDK_2_13_0_MIMXRT1170-EVK\boards\evkmimxrt1170\multicore_examples\hello_world\cm4
If you try using the CM7 project with Ozone, I'm not able to memcpy of hello_world_core0.c. I got the error shown in error.png
I got the same error if I ran the example without debugging.
Can you address me to find out what the problem is?
Please keep in mind that M7 is trying to copy M4 FW from external Flash to internal RAM, 0x20200000 as described from NXP reference manual (memory.png)
Many thanks!