This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MCU-PLUS-SDK-AM243X: How to debug a XIP application?

Part Number: MCU-PLUS-SDK-AM243X
Other Parts Discussed in Thread: UNIFLASH

Hi experts,

we intend to build an application on AM243x using more than one core, and we intend to use XIP, because we need much code memory.

To debug such an application, it is necessary to iteratively re-compile, flash, and debug the code. How is this supposed to work?

Currently, what I can do is

- switch to UART boot and flash the application

- switch for FLASH boot and execute

- attach the debugger to the running system

This is quite time comsuming.

Is there a way to flash the out file (including XIP) from the debug environment?

Best regards,

Alexander