MKL17Z32VFM4 want to support bootloader with blhost

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

MKL17Z32VFM4 want to support bootloader with blhost

664 次查看
betty-xiangxian
Contributor I

Currently my project use the MKL17Z32VFM4, and the requirement let me implement bootloader feature.

but see the kinetis bootloader2.0.0, it can't support this device.

how can I use it to implement the bootloader function?

0 项奖励
回复
1 回复

595 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi,

You have to porting bootloader to K17. MKL17Z32VFM4 only has 32k flash. Minimized bootloader 2.0.0 require almost 10k space. If you only want to use UART as download port, you can use the simplified bootloader.

 https://github.com/yandld/nxp_easy_mcuboot

Regards,

Jing

0 项奖励
回复