Read write custom character array from EEPROM

General discussion on mikroC PRO for PIC.
Post Reply
Author
Message
dariods
Posts: 21
Joined: 26 Apr 2023 07:12

Read write custom character array from EEPROM

#1 Post by dariods » 03 Mar 2024 08:30

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};                                         

 

User avatar
IvanJeremic
mikroElektronika team
Posts: 316
Joined: 05 Sep 2022 14:32

Re: Read write custom character array from EEPROM

#2 Post by IvanJeremic » 17 Mar 2024 19:55

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.

Post Reply

Return to “mikroC PRO for PIC General”