LPCXpresso and LPC-Link without source code

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LPCXpresso and LPC-Link without source code

543 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by ldd on Fri May 31 09:58:15 MST 2013
Is it possible to use LPCXpresso with LPC-Link to program a .axf or .bin file into my processor and then receive messages back via the console window without all of the source code in a project.

The reason: Production need to program devices and receive the results of self test and I don't want them to be able to corrupt the code.

Or maybe there is a better way. Any ideas welcome.
0 Kudos
Reply
2 Replies

515 Views
lpcware
NXP Employee
NXP Employee
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.
0 Kudos
Reply

515 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by R2D2 on Fri May 31 10:36:57 MST 2013

Quote: ldd
Or maybe there is a better way. Any ideas welcome.


I'm using 'GUI flash programming tool' with test program as AXF and UART output.

http://www.support.code-red-tech.com/CodeRedWiki/GuiFlashProgramming
0 Kudos
Reply