LPC541XX Bootloader Question

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

LPC541XX Bootloader Question

跳至解决方案
539 次查看
JBM
Contributor IV

We have a product that uses Kinetis chips and want to replace them with the LPC541XX family of processors.  We are currently using MCUBOOT to update code on the Kinetis chip but it doesn't appear that MCUBOOT is supported on the LPC541XX family.  The data sheet mentions that a bootloader is resident in the LPC processor EEPROM - does this bootloader perform similar functions to MCUBOOT?  Where would I find the documentation on this interface?

Our current product bootloads from a desktop app through a serial port.  We would need to support this same functionality (or as close to it as possible).  Can this EEPROM resident bootloader do this?

0 项奖励
1 解答
534 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi JBM

MCU BOOT  doesn't support LPC54114. 

MCU BOOT supported devices are listed here

https://www.nxp.com/design/software/development-software/mcuxpresso-software-and-tools-/mcu-bootload...

 

LPC54114 on chip boot rom contains onchip bootloader. In order to use onchip bootloader, we must force chip in ISP mode.

ZhangJennie_0-1661842310047.png

For detail, see UM10914 Chapter 3: LPC5411x Boot process

On PC side, we use FlashMagic update firmware in ISP mode via onchip bootloader.

https://www.flashmagictool.com/

 

Hope this helps,

Jun Zhang

 

 

 

 

在原帖中查看解决方案

0 项奖励
1 回复
535 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi JBM

MCU BOOT  doesn't support LPC54114. 

MCU BOOT supported devices are listed here

https://www.nxp.com/design/software/development-software/mcuxpresso-software-and-tools-/mcu-bootload...

 

LPC54114 on chip boot rom contains onchip bootloader. In order to use onchip bootloader, we must force chip in ISP mode.

ZhangJennie_0-1661842310047.png

For detail, see UM10914 Chapter 3: LPC5411x Boot process

On PC side, we use FlashMagic update firmware in ISP mode via onchip bootloader.

https://www.flashmagictool.com/

 

Hope this helps,

Jun Zhang

 

 

 

 

0 项奖励