go away spammer

Author Topic: Flash Byte Address Error  (Read 5331 times)

0 Members and 1 Guest are viewing this topic.

Offline airman00Topic starter

  • Contest Winner
  • Supreme Robot
  • ****
  • Posts: 3,650
  • Helpful? 21
  • narobo.com
    • Narobo.com - Mechatronics and related
Flash Byte Address Error
« on: October 12, 2008, 10:01:23 AM »
When I program my ATmega8 I get this error

Code: [Select]
Programming FLASH ..      OK!
Reading FLASH ..      OK!
WARNING: FLASH byte address 0x0000 is 0x1F (should be 0x1B).. FAILED!
Leaving programming mode.. OK!

Anyone know what this means and what I can do to fix it?
Check out the Roboduino, Arduino-compatible board!


Link: http://curiousinventor.com/kits/roboduino

www.Narobo.com

Offline izua

  • Supreme Robot
  • *****
  • Posts: 682
  • Helpful? 0
    • izua electronics
Re: Flash Byte Address Error
« Reply #1 on: October 12, 2008, 11:55:59 AM »
Verification fails because of a number of reasons nothing was written at the respective address (verification checks each byte in the hex file agains each byte written to the chip). Try programming another chip and see if this repeats. If it does, there is be a hardware/programmer problem. If not, the first chip is fcuked.
Check out my homepage for in depth tutorials on microcontrollers and electronics.

Offline Admin

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: Flash Byte Address Error
« Reply #2 on: October 14, 2008, 03:11:41 AM »
I figure you probably did this already with no luck, but just in case . . . try a full recompile of the code. That often fixes a lot of the weird errors . . .

 


Get Your Ad Here

data_list