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
How can I achieve this?
Thanks