hardik.patel
Member level 5
- Joined
- Aug 15, 2012
- Messages
- 94
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,288
- Activity points
- 2,008
Hi all,
I need to count that how many times the limit switch activated?(O/P of limit switch = 5V)
also i want to make it non-volatile. so for this purpose i want to use 89c51 or with PIC also no problem.
so here my basic query is that how to store that count in MCU's RAM for temperory purpose, even i dont want to use more space of RAM...just need to store present count and will be erased as a new count occured. so same RAM location will be erased and again write with new data.
Does it possible without using extra memory?
Regards,
- - - Updated - - -
here i forgot to add that...i had idea about simple counter and display it. just confuse about to use of internal memory for such task.
I need to count that how many times the limit switch activated?(O/P of limit switch = 5V)
also i want to make it non-volatile. so for this purpose i want to use 89c51 or with PIC also no problem.
so here my basic query is that how to store that count in MCU's RAM for temperory purpose, even i dont want to use more space of RAM...just need to store present count and will be erased as a new count occured. so same RAM location will be erased and again write with new data.
Does it possible without using extra memory?
Regards,
- - - Updated - - -
here i forgot to add that...i had idea about simple counter and display it. just confuse about to use of internal memory for such task.