Anything related to Electrically-Erasable Programmable Read Only Memory (EEPROM), a kind of non-volatile electronic memory technology.
There are two ways of emulating EEPROM on the STM32F4: On-chip 4 Kbytes backup SRAM On-chip Flash, with specific software …
stm32 eeprom stm32f4discoveryI trying to read and write an Atmel 24C256 EEPROM with a Raspberry Pi B+ over I2C, but I'm …
c linux raspberry-pi i2c eepromI am trying to emulate EEPROM on stm32f0. There is an application note provided by STM. In the sample …
stm32 flash-memory eeprom stm32f0When 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 eepromI am currently trying to write a function to store data to the EEPROM on my Arduino. So far I …
arduino eepromI'm working on an Arduino library that will maximize the life of the AVR's EEPROM. It takes the number of …
arduino avr eepromI have a problem: I can read the EEPROM from my ATtiny, but I can't write something in it. Here …
arduino eeprom attiny