[ABANDONED] Attach and debug from app running in SDRAM

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

  • [ABANDONED] Attach and debug from app running in SDRAM

    We are using a NXP LPC54018 MCU with QSPI (SPIFI) and SDRAM. We create a combined image (binary) containing our bootloader and application. The bootloader copies the application into SDRAM and jumps to it. I need to be able to attach a debug session to the running target to assist in debugging issues.

    How can I achieve this?

    Thanks