MCU bootloader size

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

MCU bootloader size

跳至解决方案
2,495 次查看
zorrotz
Contributor III

How much flash and RAM is required for the MCU bootloader?

 

Thanks in advance

0 项奖励
回复
1 解答
2,489 次查看
ErichStyger
Specialist I

It really depends on the features you select and optimization level too.

See https://mcuoneclipse.com/2018/03/03/flash-resident-usb-hid-bootloader-with-the-nxp-kinetis-k22-micro... where it shows different configurations.

在原帖中查看解决方案

0 项奖励
回复
3 回复数
2,490 次查看
ErichStyger
Specialist I

It really depends on the features you select and optimization level too.

See https://mcuoneclipse.com/2018/03/03/flash-resident-usb-hid-bootloader-with-the-nxp-kinetis-k22-micro... where it shows different configurations.

0 项奖励
回复
2,474 次查看
zorrotz
Contributor III

Thank you very much.

I only wanted to have a general idea of required size.

By the way, I follow your blog and I find it very useful to learn MCUXpresso tricks.

 

2,470 次查看
ErichStyger
Specialist I

Thank you :-).

To give you an idea:

My bootloader (McuBoot) for the K22 supporting USB HID needs around 18KB Flash and 8 KB RAM (-Os)

Erich

0 项奖励
回复