LPC54018 USB In-System Programming

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

LPC54018 USB In-System Programming

813 次查看
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.

 

标签 (1)
0 项奖励
2 回复数

769 次查看
mohd_
Contributor III

////

0 项奖励

804 次查看
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.