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.

1 vote
2 answers
43 views

Is this EEPROM write procedure on STC microcontrollers correct? Any alternative?

I'm working on a STC15W204S microcontroller, a small, cheap and capable 8051 microcontroller. So far, with the flexibility of SDCC, using the provided STCAI-ISP software and the datasheet (which is ...
fpp's user avatar
  • 183
0 votes
1 answer
30 views

EEPROM M93C66 SPI Based

The M93C66 EEPROM have a 16 bit organization. Does this mean we have to send the instructions 16 bit format or 8 bit format?
Srinivasan V's user avatar
0 votes
0 answers
47 views

What is the memory address for 24AA16 EEPROM IC?

I am using 24AA16 EEPROM IC to read and write. But i don't know exactly the memory adddress to write something in this IC and also read from that. This is the datasheet for this IC, https://ww1....
Kuralmozhi's user avatar
0 votes
1 answer
59 views

EEPROM READ/WRITE Issue with STM32?

I am using 24AA16 EEPROM to store my data. I have write the code for read and write using STM32Cube IDE. I am using Nucleo-F410RB Dev board. Below code is for write, ...
Kuralmozhi's user avatar
0 votes
1 answer
49 views

RTL2832U EEPROM FW, Unknown USB Device (Device Descriptor Request Failed)

How to flash config into just produced SDR based on the RTL2832U? And what exactly to flash? With empty flash - windows gave an error Unknown USB Device (Device Descriptor Request Failed) The ...
Sergii's user avatar
  • 1
0 votes
4 answers
102 views

Extending EEPROM I2C addressing

So I have a interesting problem that someone could give their input. I'm working on a project where I have 100 "devices" each with its own EEPROM. The "devices" can be connected ...
somerandomusername's user avatar
0 votes
2 answers
168 views

How to write 16 bit hex codes into 93C46 EEPROM with Arduino

I am trying to write data to an EEPROM with some success but not quite. The chip is a 93C46 128 words at 8 bit or 64 words at 16 bit. The data to go in is in 64 word (16 bit) format as follows: When ...
kyotee89's user avatar
0 votes
1 answer
61 views

Writing EEPROM on PIC18F27Q83

I'm trying to write the EEPROM (DFM) on a PIC18F27Q83. I copied the sequence from the datasheet exactly and it still fails. The device id is 0x9909 and revision id is 0xA45. ...
vini_i's user avatar
  • 7,127
16 votes
3 answers
2k views

What is the reasoning behind parallel memory pinouts?

Many of the parallel memory chips I’ve come across have counterintuitive address line pinouts. Take the AT28C256 32KB EEPROM, for example: The data pins are in near-ascending order (only interrupted ...
David D.'s user avatar
  • 175
0 votes
2 answers
162 views

Turn TTL high output signal into ground pulse for EEPROM write

I have a TTL-high output signal which I wish to use to send a negative pulse to a 28c256 EEPROM WE pin to write to it, but the high line may remain high until the next clock signal/output change etc. ...
Hektor's user avatar
  • 165
0 votes
1 answer
144 views

What IC is ATMLH714?

I am diagnosing a PCB that has an 8 pin IC with marking: ATMLH714. I couldn't find any datasheet for the component online. However, I suspect it is an EEPROM possibly by Atmel. Would anyone have any ...
Topa's user avatar
  • 19
0 votes
0 answers
70 views

Losing external EEPROM data after power Cycles on ESP32

Sending "1" starts the write operation into the eeprom every 1 second to the next available address, and sending "2" starts reading the written values into the eeprom. When there's ...
walid Bmd's user avatar
0 votes
3 answers
145 views

Words on 7-Segment Displays [closed]

I'm working on a project that uses three 7-segment displays. My aim is to show the words 'CAT', 'DOG', and 'FOX' using the 3 displays, one word at at time with a 1 second delay in between. To achieve ...
Michael's user avatar
  • 31
0 votes
0 answers
47 views

External NOR Flash malfunctioning

External NOR Flash malfunctioning Part used: ZD25WQ16CTIGT Zetta NOR Flash We are using Zetta family 16MBit NOR Flash in a partitioned format. One partition is used as an emulated EEPROM, and another ...
EmbeddedEngineer's user avatar
0 votes
1 answer
98 views

How to write a lookup-table into an 28C64 parallel EEPROM?

Based on the program from this post 28C64 EEPROM Programming Using Arduino, I would like to write, using Arduino Mega, a lookup-table that contains one sinewave cycle, created in Excel. I would like ...
Jerzy Przezdziecki's user avatar
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
15