MCF5223x Flash Speculation in CW V7.0

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

MCF5223x Flash Speculation in CW V7.0

1,605 次查看
tim35ca
Contributor I
The setting of FLASHBAR[6] in the default startup code for CodeWarrior V7.0 tools has been removed. As far as I know the Flash address speculation errata bug hasn't been fixed in the MCF5223x family yet. The code was in Ver 6.4 along with the ability to change the Flash address base. With Flash staying at the default address of 0x00000000 the following code needs to be added right near the reset vector:


    move.l  #0x00000061,d0
    movec   d0,FLASHBAR

标签 (1)
标记 (1)
0 项奖励
回复
2 回复数

455 次查看
fferraro
Contributor II

this is very important!

Also my program did not work for this reason, but with CW V6.3 

http://forums.freescale.com/freescale/board/message?board.id=CWCFCOMM&thread.id=2104 

 

 

0 项奖励
回复

455 次查看
Black
Contributor I
Please submit a service request here so that the issue will be logged in our data base and fixed. Please isolate this error in an example CodeWarrior project and send it to us, to see your exact settings and to analyze it here. Go to your CodeWarrior menu, choose Help->About...->Installed Products->Save as and send us the resulting text file. Thank you.
0 项奖励
回复