Content originally posted in LPCWare by ldd on Mon Jun 03 02:57:28 MST 2013
The UART is already in use within the board so I have to use the debug port for self-test reporting as it is the only wired connection available to the outside world.
I have found that I can use any project, copy my .axf file into it and set up a debug configuration that doesn't perform a rebuild and points to my .axf file.
The debugger then may tell me that it cannot find the source code but it still programs and runs my .axf file.