MCF5223x Flash Speculation in CW V7.0

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MCF5223x Flash Speculation in CW V7.0

1,497 Views
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

Labels (1)
0 Kudos
2 Replies

347 Views
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 Kudos

347 Views
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 Kudos