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.

2 votes
0 answers
210 views

FLASH memory corruption

I have a stm32f030c8t6 which I wish to save some data in its FLASH memory. I use Address Page30 which is 0x08007800 in memory map. it is in 7th Sector. I've developed my code and easily saved some ...
Ala Shafighnia's user avatar
2 votes
2 answers
290 views

How to know if an EEPROM IC can interface via Octospi?

I just learned that Octospi can NOT be configured to be used as a standard SPI device as Octospi was designed to be used to interface with external memory devices. The thing is, EEPROM ICs don't seem ...
Marshall Folkman's user avatar
3 votes
2 answers
178 views

Can I improve EEPROM lifetime by not changing individual bits?

In my current project I need to store (among other things) the current elapsed time in hours to retrieve it in case of power loss. Since I am using a Arduino Nano I would ideally like to use the built ...
maxmilgram's user avatar
1 vote
1 answer
499 views

EEPROM usage in ZS-042

I have bought a realtime clock module (this one). According to the sparse data I found there is a EEPROM on it. It's called 24C32 as can be seen on this schematic I found: As I want to rebuild this ...
Cowboy_Patrick's user avatar
4 votes
3 answers
729 views

EEPROM with GPIO [closed]

Trying for a while now, but I cannot find an EEPROM memory with some address bit mapped to a GPIO. Or from a different angle, a GPIO expander with an EEPROM memory to save the config. Do such devices ...
Łukasz Przeniosło's user avatar
2 votes
1 answer
3k views

STM32 - EEProm emulation example - how to determine / automatically assign start address without conflict

I am not sure, if I missed some information the documents I read, but I struggle with the following issue. I want to implement an emulated EEPROM in my software for an STM32F103 (physically a ...
KarlKarlsom's user avatar
  • 1,822
0 votes
0 answers
128 views

SPI Bit bang to enable/read/write EEPROM from TM4C123GXL

I have checked a few bit bang posts here but still couldn't figure it out. The datasheet of the EEPROM is at: Datasheet of FT93C66A I tried to interface with SPI but to no avail, so I decided to use ...
Nicholas Humphrey's user avatar
1 vote
1 answer
922 views

Is it possible to modify 8-pin Christmas tree LED controller's functions?

Intro I have an 8-function artificial Christmas tree. The 2-wire LEDs have eight different lighting settings. The control box of the tree has a pushbutton that I can depress to cycle through the ...
Ryan Oliver Lanham's user avatar
6 votes
3 answers
1k views

Does an EEPROM consume power only during the transition edges or during entire read/write cycle?

Iam trying to simulate the loading behavior of an EEPROM. It is powered by a 5V LDO. When would the EEPROM actually consume power? Does it consume power during the entire read/write cycle time? As ...
Dynamic_equilibrium's user avatar
13 votes
9 answers
5k views

Best way to store very small amount of data?

I'm building a side project at the moment and I want to be able to store and retrieve a very small amount of data (10 kB tops). If the power is disconnected I want to be able to retain the data. I ...
Michael Rutkowski's user avatar
1 vote
1 answer
355 views

EEPROM in battery management system

I am designing a battery management system. I am however unable to comprehend the way in which EEPROM can be accessed to feed OCD (Over Current Delay) values. I have attached the datasheet: https://...
BlackHawk's user avatar
  • 214
0 votes
1 answer
181 views

Page write method EEPROM is overwriting after 16 bytes [closed]

I am using an M24C04-R EEPROM. I am trying to do write page and read page of structure values, but it's overwriting the values after 16 bytes. uC is Renesas RX24T. Can anyone explain why?
Dayanand's user avatar
0 votes
1 answer
108 views

Why SBC contain EEPROM?

I have nanopc t2 SBC, its software is open source. However, it has an EEPROM. Why? Do they put some confidential information on it? What if I plan to redesign that board, will I need the contents of ...
FindOut_Quran's user avatar
0 votes
1 answer
3k views

Help with reading and programming 93c56 EEPROM [closed]

I need some advice on software and hardware. I would like to read and program the 93c56 EEPROM chip. The chip is removed from the device. I would like to read the content of the EEPROM and compare it ...
Wintermute's user avatar
0 votes
2 answers
532 views

Microcontroller and Memory size allocation

Below are two custom made microcontrollers. The only difference between this is memory size. My question: Can someone tell me what is their start address and end address? Like, for the first one - ...
user avatar

15 30 50 per page
1
3 4
5
6 7
29