Home › Forums › Microcontrollers › PIC Microcontroller › Storing user input string array to EEPROM – PIC › Reply To: Storing user input string array to EEPROM – PIC
August 15, 2016 at 10:15 am
#12908
Ligo George
Keymaster
Hi,
Logic of your program is not so clear from the above codes. I recommend following.
- Verify that EEPROM read write functions are working correctly by writing and reading a single character.
- Write and read string by character by character. Put some small delay after each character operation.