Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

I am building my first microcontroller programmer using at89c51. In its documentation I have read that it support 3 level programming lock. But I did not find a simple explanation of this term.

Will somebody explain what are memory locks and what is mean by 3 level in this context?

share|improve this question
Can you give us a direct source of that information? This will help us to put it into correct context. – AndrejaKo Mar 13 '11 at 4:46

1 Answer

Its purpose seems to be to restrict access to the program memory, to prevent reading out the program from a controller.

There are three levels (plus one unprotected level), see the bottom of page 5.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.