Disable read back option for Atmega328p

Status
Not open for further replies.

fouwad

Full Member level 4
Joined
Nov 29, 2009
Messages
199
Helped
19
Reputation
38
Reaction score
17
Trophy points
1,298
Location
Pakistan
Activity points
2,466
I am using Arduino UNO board and I want to disable read back option for my code, I know it's the machine code that is read back but still I want to make it safe. How to do it. I have read about the fuses but not sure which fuses to use to disable this option. Please guide
 

According to the user manual:

"LB mode 3 with LB2 = 0 and LB1 = 0

Further programming and verification of the Flash and EEPROM
is disabled in Parallel and Serial Programming mode. The Boot
Lock bits and Fuse bits are locked in both Serial and Parallel
Programming mode. "

The lock bits can be programmed using avrdude and serial programming through the spi serial interface.
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…