关于飞思卡尔的Bootloader S08的试验AN2295

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

关于飞思卡尔的Bootloader S08的试验AN2295

1,680 次查看
teddywang
Contributor I

大家好

       我从飞思卡尔网站上下载了AN2295,看了文档,是不是先编译对应的bootloader烧写进MCU,然后写自己的应用代码,通过AN2295的上位机工具+串口把应用代码烧进MCU,这个应用代码的例子好像文档写的不是很清楚,是不是只是修改ROM的地址就可以了,盼大侠回复,谢谢

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

1,054 次查看
weapon
Senior Contributor I

Hi Teddy,

I attached one project for your reference.  Several points below you have to take care when you write app project based on AN2295.

1.  the last one or more flash sectors(according to protection configuration ) where bootloader is located must be protected and vector redirection  must be enabled.

2.  the startup routine of app project should be located in the last vector of relocated vector table.

3.  In PRM file, the flash location for bootloader should be decreased.

Any doubt, let me know easily .

B.R

Weiping

0 项奖励
回复