Search Results

Search results 1-6 of 6.

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

  • forum.segger.com/index.php/Attachment/5657/

  • I just purchased a J-Trace Cortex-M Pro to begin tracing execution on IMXRT. I also purchased the NXP MIMXRT1170-EVKB RevC1 evaluation board to test my setup. The EVKB was modified to bridge the resistors: R1881, R1882, R1883, R1884, R1885, and R1886 I loaded the sample Ozone project (NXP_iMXRT1176_M7_TracePins.zip) from this wiki: wiki.segger.com/i.MXRT1176#Tracing_on_iMXRT1176_series I removed the code in the AfterTargetDownload() and AfterTargetReset() functions of the project When starting t…

  • [SOLVED] Ozone with IMXRT1062

    jking - - Ozone related

    Post

    OK, I think I got the flash working at least... the docs were zero help on this setup. I had to modify the JLinkDevices.xml file (for Ozone, which is different than JLink) and add an entry for the Embedded Artists iMXRT1062. I had to change the flash setting to make it 4MB flash and to use the QSPI loader (using the loader elf file from Embedded Artists): Source Code (4 lines)Then select this new device when setting up the project. Now I can get the flash write to work, but I still get a hardfau…

  • [SOLVED] Ozone with IMXRT1062

    jking - - Ozone related

    Post

    I had tried that as well, but it still didn't work properly. I modified my .jdebug file to remove _SetupTarget() from AfterTargetReset() and AfterTargetDownload() and added Exec.Reset() in AfterTargetDownload(): Source Code (10 lines) I don't see anywhere to configure the type of flash memory being used with the MCU, in this case Adesto ATXP032 OctalSPI flash. The XiP program is running from flash, which is at address 0x60000000 on an Embedded Artists iMX.RT1062: I still get a flash error when t…

  • [SOLVED] Ozone with IMXRT1062

    jking - - Ozone related

    Post

    Is there a guide to setting up the Ozone project for an IMXRT1062 application compiled in MCUXpresso? I thought it would just require setting up the project target and pointing at the .axf (elf) file, but I get a bunch of issues/errors, both when loading the project and when trying to start a debug session. HTML Source Code (94 lines) thx

  • I can use the Flasher as a J-Link, but I can’t find any information on what the Flasher Portable PLUS is equivalent to in terms of J-link license/features... Is there any docs on this? thx