EEPROM Verify Error
shanghai_fool
Posts: 149
Does anyone know why I should get an EEPROM verify error sometimes?
I can download and run to RAM but sometimes get an error when loading to EEPROM.
Not all the time, just after some edits. But I can't figured what I typed wrong. I don't get compile errors, just verify errors.
I can download and run to RAM but sometimes get an error when loading to EEPROM.
Not all the time, just after some edits. But I can't figured what I typed wrong. I don't get compile errors, just verify errors.
Comments
-Phil
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
'Just a few PropSTICK Kit bare PCBs left!
Most of the time it works OK but then I do some editing to the program and it won't verify the eeprom. Sometimes after I do more editing or just load another program, It will be OK.
thanks,
Mark
Exit out of the Propellor Tool, power down your device, unplug the USB cable. Start everything back up and it usually works.
I think the problem lives in the USB world.
Are you using a hub?
J-
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Signature space for rent, only $1.
Send cash and signature to CannibalRobotics.
It just seems to happen after I have done some editing and I thought maybe there was some characters it doesn't like.
It also does the same thing with prop-plug on another board.
Thanks anyway.
Mark
What happens is that the download process involves several very time critical operations and background operations can cause enough delay to make the Propeller or the Propeller Tool time out. This is particularly a problem with laptops since they're often somewhat underpowered.
This is not necessarily fixable since some of the timeouts are part of the Propeller ROM bootstrap loader. There's been some work on the Propeller Tool in the last few versions to improve download reliability. Make sure you're using the lastest version.
Post Edited (Mike Green) : 12/1/2008 4:18:01 AM GMT
I just keep another spin program on the editor, compile it first with F11 then go back to the original file and then F11 works ok. If I hit F11 twice, the second time gives error.
F10 works everytime.
Weird.