EEPROM Build Error
hacktorious
Posts: 72
I have the PEK and have been doing some labs from the website. I'm suddenly getting the message at the bottom of this post when I build and attempt to push to EEPROM. Any suggestions as to how I can troubleshoot this issue? I'm using SimpleIDE and the program runs fine in memory, but cannot go to EEPROM. I was able to push some code to EEPROM earlier, but not sure what happened. I have my project options for SimpleIDE set as follows:
Board Type: ACTIVITYBOARD
Compiler Type: C
Memory Model: CMM Main RAM Compact
Optimization: -Os Size
My fear is that something happened to my EEPROM chip. Is there a good way to test the EEPROM? Thanks.
ERROR MESSAGE FOLLOWS:
propeller-load -Dreset=dtr -I /opt/parallax/propeller-load/ -b ACTIVITYBOARD cmm/pizo.elf -e -r -p /dev/cu.usbserial-A801ZSH0Propeller Version 1 on /dev/cu.usbserial-A801ZSH0
Loading cmm/pizo.elf to EEPROM via hub memory
3304 bytes sent
Verifying RAM ...
OK
Programming EEPROM ...
failed
error: load failed
Board Type: ACTIVITYBOARD
Compiler Type: C
Memory Model: CMM Main RAM Compact
Optimization: -Os Size
My fear is that something happened to my EEPROM chip. Is there a good way to test the EEPROM? Thanks.
ERROR MESSAGE FOLLOWS:
propeller-load -Dreset=dtr -I /opt/parallax/propeller-load/ -b ACTIVITYBOARD cmm/pizo.elf -e -r -p /dev/cu.usbserial-A801ZSH0Propeller Version 1 on /dev/cu.usbserial-A801ZSH0
Loading cmm/pizo.elf to EEPROM via hub memory
3304 bytes sent
Verifying RAM ...
OK
Programming EEPROM ...
failed
error: load failed
Comments
If you can't find the bad connection, you can pull the chip out of the breadboard and move it to a different location. This usually solve breadboard bugs for me.
This is the reason I'm not a fan of the DIP version of the PEK. There are enough software things to worry about when learning to use the Prop, it seems like an exercise in frustration to also have to deal with hardware glitches.
SNAP!!! I accidentally had something plugged into 29.... All better now. Thanks for the help.