MCF5223x Uart Serial Boot Loader

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

MCF5223x Uart Serial Boot Loader

624 次查看
lupogrigio
Contributor III

Hi all,

 

I'm planning to develop a Uart Serial Boot Loader to be able to perform firmware update on MCF 52234 with a simple RS232 cable. In the past I have deveolped a similar program for an HCS08 uC. Before start to code I' wondering if some one have done a similar work for this or a "relative" uC. 

 

What I'm looking for is a serial bootloader with the pc host software counterpart thar permit to upload the S19 program file in the program memory space...

 

If some of you know this, please contact me on the forum.

 

Best Regards

 

L.

标签 (1)
0 项奖励
回复
1 回复

345 次查看
mjbcswitzerland
Specialist V

Hi

 

There is an SREC loader for M522xx devices in the uTasker project:

Normal S-REC http://www.utasker.com/docs/uTasker/uTaskerSerialLoader.PDF

Encrypted S-REC: http://www.utasker.com/docs/uTasker/uTaskerSecureSREC.pdf

 

It also supports USB CDC, USB-MSD, SD card or Ethernet (FTP, TFT, Web server) loading.

The USB-MSD loader can be seen in operation (on a Kinetis since the project also work with those devices too) here: http://www.youtube.com/watch?v=H4TYM9jY2-g

 

Pre-built binaries can be tried here: http://www.utasker.com/SW_Demos.html

 

Regards

 

Mark

 

0 项奖励
回复