arash rezaee
Member level 5
Re: atmega fuse recovery
Hi dear
It works for me. Thanks for useful guide.
Regards
Arash
Hi dear
It works for me. Thanks for useful guide.
Regards
Arash
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
...snip...If not, then you need a parallel programmer or fuse repair programmer like the ones in the links I posted above.
I also set LB2 and LB1 to 0 to protect the code
Both LB mode 2 and 3 can achieve that.
The modes are listed in the datasheet page 259
- - - Updated - - -
This is LB mode 3 and does what you want
Both LB mode 2 and 3 can achieve that.
The modes are listed in the datasheet page 259
- - - Updated - - -
This is LB mode 3 and does what you want
Thank you very much for the prompt reply. I will read and understand the datasheet and post if what happens. Thanks again.
- - - Updated - - -
Hello Sir Alexan,
I read the datasheet and I performed some operations as seen in the screen shots the I have attached.
I encounter an error.
What should be wrong that I am doing?
Thanks
I'm not sure what error you are getting.
You can't apply the the security setting?
I don't think that you are able to debug while the device is locked , it wouldn't make sense.
When you have the lockbits set then you can still do a read flash operation but what you get is garbage and not the actual flash content .
You can easily check this with a CRC check of the original HEX and the one you read back.
Alex