Hello!
Is there a way to disable only programming the flash, but leave the eeprom "changeable"?
Currently I am using a Mega8, but if there is an other device that can do this, I can change it, haven't made the prototype yet.
I am storing settings in the EEPROM, and would like a computer to be able to update them. The simplest approach would be to give them a serial programmer, and the PC would just update the EEPROM contents, using avrdude, and reset the device, but I want to lock the flash memory down so they can't clone it.
Regards,