MCF5223x Flash Speculation in CW V7.0

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

MCF5223x Flash Speculation in CW V7.0

1,768件の閲覧回数
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 返答(返信)

618件の閲覧回数
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 件の賞賛
返信

618件の閲覧回数
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 件の賞賛
返信