Search Results

Search results 1-3 of 3.

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

  • Hi, Re-opening this thread as the previous was got closed and the support ticket got closed as well. As a recap, I am trying to use a script to make ITCM memory available to JLINK so that flash erase/programming operations are possible, but so far this is not working for me. Here are the contents of my modified script.jlink file: ExitOnError 1 r h w4 0x400AC040,0x00200007 w4 0x400AC044,0xaaaaaabb w4 0x400AC038,0x00a70000 loadfile "C:\mcuxpresso_ws_11p4\XXXXX\Debug\XXXXX.hex" 0x60000000 qc Here i…

  • Hello Fabian, Thank you for your reply, it is appreciated. My use case is for erasing and programming the flash memory, using either the IDE (mcuxpresso) or an external script/command file would also be OK. The issue I have at the moment is this: I am using a modified script.jlink file that, in theory, writes the correct values into the MCU registers so that the required memory is available. But, this is not working, I get an error message that says: ****** Error: Failed to prepare RAMCode using…

  • Hi I am using a Segger JLink for debugging/programming a NXP IMXRT106x micro with external QSPI flash. The IMXRT106x has 1MB of on-chip RAM, 512KB of which is "flexRAM" which can be re-configured to be either ITCM, DTCM or OCRAM. When I connect to these boards using a CMSIS-DAP linkserver debugger, I have to use a different connect script so that the debugger is aware of the different changed flexRAM configuration, otherwise the debugger cannot connect and this can lead to problems erasing/progr…