About 50 results
Open links in new tab
  1. What is Redlink? - NXP Community

    Redlink (also known as Link Server) is the mechanism used by LPCXpresso to provide a debug connection down to a target MCU. It provides the means to connect to single MCUs or to multiple …

  2. Solved: Questions about crt_emu_cm_redlink - NXP Community

    Jun 6, 2018 · The first question I always ask is why you would want to use the GDB+crt_emu_cm_nxp standalone? You can certainly debug this way, but it's not the best use of your time. The …

  3. Solved: redlink server scripting behaviour - NXP Community

    Jun 20, 2024 · For reference, turns out my particular issue was caused by the data cache, as I was able to mark the 0x60000000 region as uncacheable, and everything worked as intended. Still unsure as …

  4. LinkServ or redlink as gdbserver for command-line debugging on i.MX RT

    Jul 10, 2025 · Alternatively, using redlink directly one can simply use it from within gdb... the only disadvantage is that one needs the XML files describing the memory layout (generated by MCUX …

  5. crt_emu_cm_redlink usage - NXP Community

    Feb 12, 2021 · I'm trying to program the flash on our custom board outside of MCUXpresso in Windows. When I use the flash programming option in MCUXpresso it works as expected. I select the …

  6. How to make redlinkserv work in the command line? - NXP Community

    Sep 2, 2017 · Second, I launch "redlinkserv --telnetport=3025,3050" which starts up, but doesn't output anything and doesn't return. It also doesn't make the upcoming "crt_emu_cm_redlink" command …

  7. RedlinkServerException Cannot write to server: not open

    Jan 19, 2023 · The first one, will provide you a status of the RedLink Server, and the second one will try to boot it; after that, please try to Debug once again. If the issue still persists, you could delete the …

  8. Using redlinkserv standalone. Probe list csv not found

    Jul 30, 2020 · Ns: redlink server client - failed to receive response (to op 26) from server after 2000ms - Connection timed out (rc 110) Nc: Reconnected to existing LinkServer process.

  9. LPC54628: Error:Wire ack fault - target connected? - NXP Community

    Jul 13, 2020 · I am using LPC54628 kit. From debugging and programming image using LPC-Link debug probe. In PC, I have installed MCUexpresso to connect with the board via LPC-Link. As a …

  10. Using the command line flash programming tool - NXP Community

    crt_emu_cm_redlink -flash-load-exec "LPC11U68_App.axf" -vendor=NXP -pLPC11U68 Note: A simple way of finding the correct command and options, is to use the GUI Flash Utility, the completion dialog …