Page 1 of 1

Read write custom character array from EEPROM

Posted: 03 Mar 2024 08:30
by dariods
How to read and write custom character array to EEPROM? Please guide.

Code: Select all


// [b]want to write/ read const char STR,RC,NC,NU,SQR,RU to EEPROM[/b]
const char STR[] = {3,3,3,3,3,3,3,3};                                                
const char RC[] = {31,31,3,3,3,3,31,31};                                             
const char NC[] = {31,31,24,24,24,24,31,31};                                          
const char NU[] = {27,27,27,27,27,27,31,31};                                          
const char SQR[] = {31,31,27,27,27,27,31,31};                                         
const char RU[] = {31,31,27,27,27,27,27,27};                                         

 

Re: Read write custom character array from EEPROM

Posted: 17 Mar 2024 19:55
by IvanJeremic
Hi,

You can see our EEPROM examples, either for EEPROM clicks or just the generic EEPROM examples.

You can find our EEPROM click boards in the link below (on the webpage of the click board at the bottom of the page you will find the link with the example).
https://www.mikroe.com/click/storage/eeprom

You can also find the generic EEPROM examples in our compilers.
https://www.mikroe.com/compilers

Regards,

Ivan.