Looking for a sample MCU boot loader

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

Looking for a sample MCU boot loader

跳至解决方案
1,227 次查看
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

标签 (1)
标记 (2)
0 项奖励
1 解答
1,192 次查看
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 项奖励
4 回复数
1,190 次查看
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 项奖励
1,211 次查看
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 项奖励
1,198 次查看
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 项奖励
1,193 次查看
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 项奖励