Boot Loader for MCF52223

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

Boot Loader for MCF52223

2,569 次查看
JimMcP
Contributor I
I need to write a serial (UART) boot loader for the MCF52223 Coldfire. To be able to flash the device remotely. Is there documentation and /or code examples on this.
 
 
Thanks
标签 (1)
0 项奖励
回复
2 回复数

1,041 次查看
SimonMarsden_de
Contributor II
Hi Jim

Most of the Freescale evaluation boards (EVBs) come with a resident monitor program called dBUG. Amongst other things, this lets you download code and flash it. Source code of dBUG is available from Freescale's web site.

Unfortunately, the 52223 EVB doesn't come with dBUG. However, the MCF52233 is pretty similar to the MCF5213, a processor for which dBUG source *is* available.

You can download the source of the M5213EVB version of debug from the following link:

http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=M5213EVB


I think this would give you a useful starting point, including how to use the serial and Flash. It's actually pretty easy to adapt this code to work on the MCF52233, so you could start by getting dBUG working.

Hope this helps


Simon
0 项奖励
回复

1,041 次查看
JimMcP
Contributor I
Thank you Simon. I will look into that.
0 项奖励
回复