EEPROM programming error on COM11
igor
Posts: 3
I have PropStick USB.
Identify hardware -> Propeller chip version 1 found on COM11.
Load RAM -> ... program works
Load EEPROM -> EEPROM programming error on COM11
What could be the reason?
·
Identify hardware -> Propeller chip version 1 found on COM11.
Load RAM -> ... program works
Load EEPROM -> EEPROM programming error on COM11
What could be the reason?
·
Comments
1) The download to RAM fails. This is still possible even though the chip identified itself and you've already been able to load to RAM. The download process is very time sensitive. If your PC is executing something else in the "background", that could take enough CPU time to cause problems with downloading. Make sure you have the latest version of the Propeller Tool. The download process was changed to minimize the likelihood of "background" processes affecting the download.
2) The copy to EEPROM could fail. I'm not sure if the bootloader (which does the copy) checks the validity of the copy operation. It's possible that your EEPROM could be defective and the bootloader catches it, but I don't think this is so. If your EEPROM has worked before, then #1 is the only reasonable answer. The copy to EEPROM does take a bit of time and power and you could have a problem with your power supply.
BUT, if I use F8 to compile the program, then press the Load RAM or LOAD EEPROM buttons (see the attached screenshot). It works nearly every time (the machine has to be VERY busy to cause it to fail).
Try F8 and if that works better.