Flash Programmer Error

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

Flash Programmer Error

2,523 Views
timotay01
Contributor I
Can someone elaborate on the following error?
 
Loading Flash Device Driver at: 0x00000000
Flash Programmer: Can not read target memory at location: 0x00000000. Please make sure that the chip selects are properly configured. The CWPP response code is: 0x0.
Labels (1)
0 Kudos
2 Replies

472 Views
CrasyCat
Specialist III

Hello

Which processor are you targeting (Coldfire, MPC82xx, ...)?

Which type of flash are you trying to program (Internal, external, which kind)?

Which version of CodeWarrior are you using? You can retrieve that information in the following way:

  - Start IDE
  - Select "Help" -> "About Metrowerks CodeWarrior"
  - Click on "Installed Products"

Version number I am interested in are displayed on the top portion of the dialog.

CrasyCat

 

0 Kudos

472 Views
timotay01
Contributor I
I figured out the problem, I was trying to use the programmer for our board using  codewarrior 6.1 build 6, CF5208 with external flash. I was trying to create the proper configuraton file by coping an existing one, and didnt realize that I had set the "Target RAM Memory buffer" to 0, which is the start of the flash. Now that I understand a bit what the programmer is doing it all makes sense.
 
0 Kudos