Search Results

Search results 1-5 of 5.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Hi all, right now I'm using SystemView to monitoring the heap usage of RT1176 MCU. I would like to have two clarifications about the heap define message because there's something not so clear for me. As you can see in the attachment, the message I got is the following: Define heap 20003b70 of 536886128 at 0x00029000, metadata size is 16 bytes where in the code, I called this function SEGGER_SYSVIEW_HeapDefine(tlsf, work_mem_int, sizeof(work_mem_int), 16); where - 0x20003b70 is the address of the…

  • Hi AlexD, Installing the latest version of Ozone (v3.30b) fixed this issue. Right now, I'm able to debug mempy function and, especially I can debug both cores (M7 and M4) simultaneously using two Ozone! Many thanks! Best Regards! Tzan

  • 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 m…

  • Hi there, I'm trying to use Ozone (v3.28d) with J-Link Ultra+ and debug M4 core on NXP RT1170, using the official EVB. To do so, I created the m7.jdebug (M7!) project where I downloaded the M7 and M4 fw into external flash. M4 fw is downloaded by M7 using this method: void AfterTargetDownload (void) { Target.LoadMemory("C:/WORK/Git-Repo/m4core/emulator/executable-rom-relocate.srec", 0x30100000); } where executable-rom-relocate.srec is a srec file which has been relocated to be stored into flash …

  • Hi all, I've been successfully using your J-Link Ultra+ debugger with NXP RT1170 and IAR IDE, I can easily download and debug our application which is stored in external QSPI Flash memory. Our application is based on FreeRTOS. Right now, I would like to do the same using Ozone (V3.28d) and J-Link Ultra+ debugger but I'm facing some issue when I tried to debug our application. To do so, I created an Ozone .jdebug file as follow: void OnProjectLoad (void) { // // Dialog-generated settings // Proje…