We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I find a way to program the NXP LPCXpresso 1115, following the instructions of these links
LPC link with KEIL | www.LPCware.com
CommandLineFlashProgramming - ** Code Red Support Site **
Anyone who knows how to do Flash Programming and Debugging without line commands and without and external programmer?
Hello Julio,
It is correct that the LPC-Link1 debug interface does not support Keil's debugger. There are two choices available when you want to use Keil tools:
You can connect to LPC1115 LPCXpresso board using the uLink2/ME, for example. Just connect the debug probe to connector J5 on the LPCXpresso board.
I have this working on my own bench with the following basic settings: Device/Target = LPC1115; Debug Probe = uLink2/ME; Debug Interface = SWD.
The LPC-Link2 can also connect to the LPCXpresso board at header J5. This debugger can be programmed with a CMSIS-DAP image to use with Keil tools. In uVision IDE, select "CMSIS-DAP debugger" in the Debug Settings when having the other settings same as above. See the following links for details on configuring the LPC-Link2.
LPC-Link2 | www.LPCware.com
LPC-Link 2 configuration tool | www.LPCware.com
LPC-Link 2 Configuration tool | www.LPCware.com
-arw