Top "Eeprom" questions

Anything related to Electrically-Erasable Programmable Read Only Memory (EEPROM), a kind of non-volatile electronic memory technology.

How to use Backup SRAM as EEPROM in STM32F4

There are two ways of emulating EEPROM on the STM32F4: On-chip 4 Kbytes backup SRAM On-chip Flash, with specific software …

stm32 eeprom stm32f4discovery
Reading and writing EEPROM via I2C with Linux

I trying to read and write an Atmel 24C256 EEPROM with a Raspberry Pi B+ over I2C, but I'm …

c linux raspberry-pi i2c eeprom
EEPROM emulation on stm32 using HAL drivers

I am trying to emulate EEPROM on stm32f0. There is an application note provided by STM. In the sample …

stm32 flash-memory eeprom stm32f0
Arduino EEPROM write and read array?

When the Arduino is powered up it has an int array stored in the flash, for example: int secretCode[maximumKnocks] = {50, 25, 25, 50, 100, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; …

arrays arduino eeprom
Reading and Writing Structs to and from Arduino's EEPROM

I'm trying to write data structures defines in C to my Arduino Uno board's non-volatile memory, so the values of …

memory struct arduino eeprom
Writing data to the Arduino's onboard EEPROM

I am currently trying to write a function to store data to the EEPROM on my Arduino. So far I …

arduino eeprom
Is there a general algorithm for microcontroller EEPROM wear leveling?

I'm working on an Arduino library that will maximize the life of the AVR's EEPROM. It takes the number of …

arduino avr eeprom
STM32 HAL - writing to EEPROM (I2C)

I'm learning to program in HAL and today I wanted to save some data to an external I2C EEPROM. …

stm32 i2c hal eeprom
ATtiny85 eeprom write in the arduino IDE

I have a problem: I can read the EEPROM from my ATtiny, but I can't write something in it. Here …

arduino eeprom attiny