LPC54018 USB In-System Programming

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

LPC54018 USB In-System Programming

997件の閲覧回数
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 返答(返信)

953件の閲覧回数
mohd_
Contributor III

////

0 件の賞賛

988件の閲覧回数
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.