Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
User20001
Level 1
Level 1
Have a good day!

I want to write and read data into EEPROM using Arduino IDE. But Arduino IDE not support library EEPROM.
Can you help me external library or some way to do.
0 Likes
3 Replies
User14451
Level 2
Level 2
10 replies posted 10 questions asked 5 replies posted
Hi,
as far as I know there is no EEPROM emulation lib for Arduino.
I think you have already googoled, in particular there is a github rep called XMC-for-Arduino that contains some stuff for XMC in Arduino IDE, but i have not found the lib for E2 emu.

Anyway I suggest to stop loosing time in Arduino IDE. Download and install DAVE IDE. I am not so confident in programming but I can tell you that it's a matter of maximum 10/15 hours and then you will not go back to Arduino IDE:
Just to give you an idea, it is much more simple than STM32CUBE IDE, Code Composer Studio or MPLABX.
It's very simple to start with a new project with the WIZARD, and you will have your "blinky" in few minutes.
I also suggest to follow some video in youtube for DAVE Getting Started.

Have a nice evening

Ciao

Fabio
0 Likes
User20001
Level 1
Level 1
Thank for your information!
0 Likes
slenz
Level 1
Level 1
First reply posted Welcome!

I wrote a minimalistic Arduino EEPROM library for the small XMC1 boards. It is compatible with the EPS and Arduino EEPROM interface: https://github.com/slviajero/XMCEEPROMLib

 

0 Likes