I am designing PIC16F877a based project that counts the number of people in a room and turn ON the relays in accordance with that number like if 5 persons in a room then One relay would be ON. I want user of the device to set the number according to their need therefore I want to store some integers variables (value defined by user) in a Flash memory on uC at runtime using C code. I have searched on Google but did not find any suitable answer.
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 using HI-TECH C compiler. What built in functions are available for it.
Seriously, just google "Hi-tech c pic eeprom" and the easily first 10 results are exactly what you want. – Connor Wolf May 12 at 10:46