Hi,
I am using the ATTINY2313, and I read in the datasheet that I can program the lock bits to prevent my firmware from being read, thus protecting my firmware.
Basically, I want to program the LB2 and LB1 bits so that " Further reading and programming of Flash and EEPROM is disabled in parallel and serial programming mode. Fuse bits are locked in both serial and parallel programming mode."
My questions:
1) Does the above also mean that my firmware won't be able to access the statically declared data via PROGMEM during runtime?
2) And, if my firmware reads/writes the EEPROM internally, this will disabled as well, again, during runtime?
3) I should be still able to use the /RESET pin to reset the ATTINY?
Thank you!