5
votes
6answers
108 views
Alarm history stack or queue?
I'm trying to develop an alarm history structure to be stored in non-volatile flash memory. Flash memory has a limited number of write cycles so I need a way to add records to the …
1
vote
5answers
157 views
Circular Buffer in Flash
I need to store items of varying length in a circular queue in a flash chip. Each item will have its encapsulation so I can figure out how big it is and where the next item begins …
1
vote
3answers
72 views
Am I overflowing my AVR’s flash memory with a program that’s too big?
I have a project where an ATtiny2313V is controlling a 7x5 LED matrix to display scrolling text. To display the text, I built a font which is stored in the flash with the rest of …
1
vote
4answers
137 views
Deleting files on FAT32 USB changes the first cluster information
i have made a file recovery software, which reads the FAT32 directory entry and identifies the first cluster of the file and attempts to recover the data, it is supposedly to be wo …
0
votes
2answers
41 views
Determining failing sectors on portable flash memory
I'm trying to write a program that will detect signs of failure for portable flash memory devices (thumb drives, etc).
I have seen tools in the past that are able to detect failin …
0
votes
0answers
155 views
Can’t write eboot.bin in a PXA310 bootloader with NAND flash
I've modified my bootloader to be able to download an eboot.bin from my desktop using eshell and verified that the entire image is in memory correctly, but even though it appears t …
3
votes
2answers
181 views
What is a good filesystem for embedded NAND drives?
Hi,
I am working on an embedded application that uses NAND flash for storage.
As it looks now, we won't use Linux or any other RTOS. The application must handle unexpected power do …
