LPC54018 USB In-System Programming

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

LPC54018 USB In-System Programming

958 Views
mohd_
Contributor III

Hi,

Anyone has experienced with usb isp mode using LP54018?

Is there any document/sample project that I can refer to other than the user manual?

Thank you.

 

Labels (1)
0 Kudos
2 Replies

914 Views
mohd_
Contributor III

////

0 Kudos

949 Views
belmontbob59
Contributor IV

You should read on chapter 3 (non secure) and 4 (secure) based on your specific need.

Based on ISP / OTP bits, NXP boot allows you to download and launch a firmware  from USB into RAM. If you want to program internal flash then you need to write a firmware to do or you can re-use mcu-boot (part of the SDK) to do so. i.e. :

1) ISP download MCU-boot from USB to RAM

2)use blhost.exe to interact with MCU-boot to actually program your custom firmware into flash.