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