In my PBP program, I am using the EEPROM command to pre-load about 32 EEPROM locations with data. Works great programming the hex file direct from MeLabs' Serial Programmer.

But when I use a bootloader to load the hex file, the EEPROM is not written to (or not loaded correctly). Is it even possible to write to EEPROM using a bootloader? Otherwise it looks like the program is loading and running fine. I'm probably missing something simple.

(I am using the freeware TinyBld bootloader).

Any help appreciated.

regards,
Jim