Th3r4p1sT
Junior Member level 1
i m working on a project with 8051.
my problem is how to store some datas in memory...
a passwoed for example,
i store a defult value for the password when i programming.
and i want the user can change the password.
but if the user shuts down the device or if the electricity goes.
then the user works the device again, the password will take the default value again.
how can i solve this?
im using C language with keil.
i cant store any values in code memory. can the data memory remember the value?
Where is the 8051's static memory?
i want to select an address an store the password there. and i wont use a default value.
But the problem is which memory of 8051 should i use, and how can i use it.
my problem is how to store some datas in memory...
a passwoed for example,
i store a defult value for the password when i programming.
and i want the user can change the password.
but if the user shuts down the device or if the electricity goes.
then the user works the device again, the password will take the default value again.
how can i solve this?
im using C language with keil.
i cant store any values in code memory. can the data memory remember the value?
Where is the 8051's static memory?
i want to select an address an store the password there. and i wont use a default value.
But the problem is which memory of 8051 should i use, and how can i use it.