Questions tagged [flash]
Flash is a type of EEPROM which is page-eraseable. It's commonly used for microcontroller program memory and code storage. You can use this tag for questions about this type of memory as well as questions about "flashing", the process of changing the data in Flash when programming a microcontroller.
724 questions
0 votes
0 answers
56 views
No EEPROM detected - FT2232H - 93LC56BT-I/OT
I just copied the LaunchPad_F28379d's programming section and was trying to flash the FTDI+EEPROM using FTDI-FT Prog and file F28379D_LAUNCHXL.xml Initially, I was not able to detect the FTDI chip on ...
3 votes
2 answers
426 views
Can Spi flash memory's contents be corrupted from heat?
I recently tried to desolder SPI flash memory of my laptop which contains UEFI rom. Multiple resources I've looked up suggested this is recommended way. I tried copper ribbon to remove lead but it ...
2 votes
2 answers
147 views
How to unlock the Wait state enable register (FMC_WSEN) in GD32F103C8T6 MCU?
For programming a GD32F103C8T6 MCU, I was going through the GD32F10x-User-Manual-Rev2.9. While going through the Flash memory controller (FMC) section, it states that to write to "Wait state ...
0 votes
0 answers
122 views
SPI Quad IO / Single IO Compatibility
I am working on a circuit board project which requires a large amount of memory. I am looking to use a NAND FLASH chip, since I am very familiar with SPI, and very unfamiliar with eMMC, especially ...
0 votes
0 answers
101 views
Mistake in Proper Timing Constraining QSPI Flash
I have a Zynq-7020-based FPGA board and a QSPI Flash IC (Micron Serial NOR Flash Memory, part number: MT25QL128ABA). I want to interface with this flash in quad mode (i.e., using all four lanes for ...
2 votes
1 answer
166 views
Is it possible to write to a block on a SD card without erasing it?
When using flash memory it is common practice to add a small header to your data pages. Example. You can then overwrite the header with 0's to "erase" the page without actually triggering an ...
1 vote
1 answer
66 views
Would any programming changes be required replacing M29W800DB70N6E FLASH memory (from Micron Technology Inc.) with MX29LV800CBTI-70G (from Macronix)? [closed]
One of our instruments currently uses M29W800DB70N6E (from Micron Technology Inc.) which is now Obsolete. We are planning to use MX29LV800CBTI-70G (from Macronix) [ datasheet ] as an alternate. ...
0 votes
0 answers
142 views
Help Identifying Display on Anycubic TFT V0.0.2
I’m working with a TFT display that came with a board labeled Anycubic TFT V0.0.2, which includes an STM32F103 microcontroller and a TC58BVG1S3HTA00 flash memory chip. The display has 45 pins in total ...