Reply To: Storing user input string array to EEPROM – PIC

Home Forums Microcontrollers PIC Microcontroller Storing user input string array to EEPROM – PIC Reply To: Storing user input string array to EEPROM – PIC

#12908
Ligo George
Keymaster

Hi,

Logic of your program is not so clear from the above codes. I recommend following.

  1. Verify that EEPROM read write functions are working correctly by writing and reading a single character.
  2. Write  and read string by character by character. Put some small delay after each character operation.
>