UART Bootloader for M52259EVB w/MQX

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

UART Bootloader for M52259EVB w/MQX

1,496 次查看
M_Grillo
Contributor III

Are there any UART bootloader examples for the M52259 that work with projects using MQX?

 

Thanks,

Mark

 

 

0 项奖励
回复
1 回复

840 次查看
CarlFST60L
Senior Contributor II

I am not aware of one.

 

I have written my own serial boot loader that works with some simple cygwin terminal to manage the serial transfer to the processor, it also has dual bootable images and can run from external memory (MRAM). My bootloader actually boots to a very small MQX image that manages the serial (itty) and flash update (flashx).