Looking for a sample MCU boot loader

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

Looking for a sample MCU boot loader

Jump to solution
1,229 Views
yamakatb
Contributor III

Hello,

I want to create an MCU bootloader application using USB CDC and IAP on LPC5514.
Please let me know if you have any helpful samples.

Best regards,
yamakatb

Labels (1)
Tags (2)
0 Kudos
1 Solution
1,194 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi yamakatb

The demo code USB CDC is for on board USB0 or USB1. not USB debug interface via  LPC432x.

So you can use SDK CDC demo for reference.

Thanks,

Jun Zhang

View solution in original post

0 Kudos
4 Replies
1,192 Views
nxf58843
NXP Employee
NXP Employee

Here is an open source example that uses USB MSC as another reference:

https://github.com/adafruit/tinyuf2/tree/master/ports/lpc55

 

0 Kudos
1,213 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi

I suggest you referring 

https://www.nxp.com/docs/en/application-note/AN12327.pdf

https://www.nxp.com/docs/en/application-note-software/AN12327SW.zip

There are USB CDC demo code under SDK folder. It's good to refer it as well.

 

Have a nice day,

Jun Zhang

 

 

 

 

0 Kudos
1,200 Views
yamakatb
Contributor III

Hello, @ZhangJennie 

Thank you for the information.
This SDK recognizes that VCOM is reproduced by bridging USART to USB CDC with LPC432x of U2 of the development board.
My configuration connects the LPC5514 port directly to the connector, would that be helpful in that case?

Best regards,
yamakatb

0 Kudos
1,195 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi yamakatb

The demo code USB CDC is for on board USB0 or USB1. not USB debug interface via  LPC432x.

So you can use SDK CDC demo for reference.

Thanks,

Jun Zhang

0 Kudos