Skip to main content

Questions tagged [eeprom]

Acronym: Electrically Erasable, Programmable Read-Only Memory. Sometimes used with Flash parts that are similar to old EEPROM parts.

0 votes
1 answer
173 views

What is needed for a 512Kb HDMI EDID EEPROM? (re: 512KB IC2 EEPROM) [closed]

I'm trying to build an HDMI "dummy" plug that simulates a plugged-in monitor (to trick GPUs into thinking a monitor is plugged in). Many of these "dummy" adapters exist and are ...
SofaKng's user avatar
  • 481
0 votes
0 answers
72 views

Problem in code while interfacing PIC24 with 25AA256 EEPROM

I have been trying to interface a PIC24FJ128GA010 with a 25AA256 EEPROM using Proteus and Serial Peripheral Interface (SPI). I wrote a C code and configured everything and all pins but since I self ...
P-Em's user avatar
  • 13
1 vote
1 answer
230 views

What is 0-255 in EEPROM in Arduino?

I am trying to use the EEPROM in Arduino but somehow getting the wrong number. Can anyone explain to me what does that parameter 'value' of 0 to 255(byte) actually mean does it mean it can only hold a ...
Ankit_Gunner's user avatar
0 votes
1 answer
75 views

What is a color bars vector diagram?

I'm reading the datasheet of the "AT7456E". This component is an OSD (so-called "on screen display") used on the flight controller of my drone project. In the datasheet there was ...
dontoronto's user avatar
4 votes
1 answer
142 views

Non-standard bitrate for I2C EEPROM

I have an I2C bus containing only 2 devices: a microcontroller and a Microchip 24LCXXX EEPROM. In the datasheet of the EEPROM only maximum speed is specified (which is 100 kHz @VDD<2.5 V and 400 ...
Eng Sam's user avatar
  • 489
0 votes
1 answer
51 views

Can I write and read a parallel EEPROM content with Analog Discovery 2?

I am wondering if I can read or write the contents of a parallel EEPROM (e.g., 28C64) using Analog Discovery 2. Is C/C++ necessary for this purpose, or is Java sufficient (since AD2 allows scripting ...
Jerzy Przezdziecki's user avatar
3 votes
1 answer
154 views

How can I dynamically preload the EEPROM on a PIC microcontroller

I'm trying to set up code to preload the EEPROM of a PIC16F628A with the necessary data depending on the value of one #define, so the uC is ready to be popped into ...
fpp's user avatar
  • 183
2 votes
0 answers
73 views

Is it safe to replace a 120ns Flash memory with a 90ns part?

Here is an old PLC board with a pair of AM29F200AB-120SI SOP-44 256kB 5V flash chips. One is unable to retain data, after nearly three decades in service. These are very challenging to find today, ...
rdtsc's user avatar
  • 16.3k
1 vote
0 answers
46 views

Does "field electron emission" used in EEPROM work better than "hot-carrier injection" in NOR Flash?

After deeping research based on my another question, I continued comparing Flash and EEPROM based on wikipedia comparison table. From wikipedia about the Flash memory: Programming the source-drain ...
An5Drama's user avatar
  • 183
4 votes
2 answers
290 views

Differences between EPROM and EEPROM

I found one valuable Utmel blog which explains the three things: The internal chip can be erased by irradiating ultraviolet rays through the hole. The EPROM eraser is needed to complete the chip ...
An5Drama's user avatar
  • 183
1 vote
1 answer
157 views

Internal EEPROM on PIC16F628A

I'm currently writing code for an alarm system, and I'm having some issues with the EEPROM at the moment of writing/reading (with MPLAB) its contents. I'm not trying to write any variables or ...
fpp's user avatar
  • 183
1 vote
1 answer
1k views

Does ESP32 Wroom-32 have internal EEPROM?

I'm working with ESP32 Wroom-32 and AHT25 temperature and humidity sensors. I need to store the temperature and humidity data using EEPROM. I don't think ESP32 has internal EEPROM. If not means how ...
Kuralmozhi's user avatar
0 votes
2 answers
270 views

Is it possible to simulate an EEPROM with the STM32 F446RE chip?

I looked through the STM32 F446RE datasheet and was unable to find a way for the chip to keep persistent data values for when it is turned on and off, or when reset. The only alternative I can think ...
John Smith's user avatar
0 votes
0 answers
209 views

Converting an application from ESP32 board to STM32 board

I wrote an app for my ESP32 but then I learned that ESP32 doesn't work well on batteries, since they got drained pretty quickly. So I bought a STM-32 board (NUCLEO-32, STM32L432KC MCU): https://www....
Avi Levin's user avatar
0 votes
0 answers
95 views

Issues reading data back from 24LC512 EEPROM via interrupt on MSP430F47187

I have interfaced MSP430F47187 with 24LC512 EEPROM. I am able to write to the EEPROM without any issue but reading the data from the EEPROM is problematic as the reading stops after a while. I have ...
GBJ's user avatar
  • 1

15 30 50 per page
1
2
3 4 5
29