Search Results

Search results 1-1 of 1.

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

  • 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