Flash algorithm for LPC4088 QSB ?

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

Flash algorithm for LPC4088 QSB ?

514 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by utdoc on Fri Aug 28 15:52:51 MST 2015
I am trying to use a micro-USB connection and CMSIS-DAP to download program to flash using Keil uVision 4. I have done so successfully before but I really don't have a proper flash FLM file, With trail and error it some times works with LPC17xx FLM file. Does any one have a proper flash download algorithm file for LCP4088 ? I will appreciate, thanks.

Labels (1)
0 Kudos
1 Reply

341 Views
bmcdonnell_ionx
Contributor III

I had a similar (if not the same) issue. I had imported a project with mbed-cli, and exported to Keil uvision, and opened it in uVision 5. When I tried to debug, it didn't know what to do, and couldn't find the flash algorithms.

I had to [1] fix the target (set it to the proper LPC4088 chip in project properties, Device tab), and [2] choose the debugger (project properties, Debug tab, "Use" radio button should be selected, and I chose "CMSIS-DAP Debuger" from the drop-down box). Then it worked for me.

0 Kudos