Originally posted by MartinB
View Post
I will be able to determine the settings from the EEPROM contents.
The parameters are held in EEPROM bytes 1 to 18. Byte 0 will contain $AA, which tells Voodoo to read the EEPROM contents at startup. When the PIC is first programmed all the bytes are set to $FF. If Voodoo finds $FF in byte 0 at startup, it loads the EEPROM with default values and sets byte 0 to $AA.
You will be able to see the EEPROM contents using the PICkit. If you don't know how to read the EEPROM contents out of the PIC, then simply note them down and post the numbers here.
Comment