Questions tagged [filesystem]
5 questions
2
votes
0 answers
File system to use with NAND Flash and 32 bit microcontroller
I am searching for a file system, suitable for NAND flash memory chips.
Currently I use a Micron 256MB SPI NAND flash memory where I write and read raw sensors data but without a file system and error correction.
So I decided to move to a file…

Sparky
- 362
- 2
- 18
1
vote
1 answer
Avoiding corruption on CHAN FAT FS on embedded logging device
In testing ELM FAT FS on STM32F4 I am finding USB memory stick corruption errors after unexpected shutdown or removal.
e.g power removal, media removal.
In some cases the corruption is recoverable in Windows, but often the data are lost and the…

ChrisR
- 851
- 4
- 9
0
votes
1 answer
Why can I not format my USB mass storage device?
I'm working with an STM32F3DISCOVERY board.
I want to provide USB mass storage functionality over the user USB plug on the board (not the one of the ST-LINK).
I'm following ST's video tutorial as closely as possible, with only the following…

Magic Smoke
- 774
- 3
- 13
0
votes
1 answer
Store uart incoming data in sd card interfaced with CC2652RB LP
I am using TI Simplelink CC2652RB LP for my project.
I have to store UART incoming data in text file created in SD card interfaced with cc2652RB LP via SPI.
Can I use the following logic along with other declarations?
char str = uart_read(uart,…

tshivam
- 11
- 1
0
votes
0 answers
STM32WB55 connection to SD card with SPI FR_NOT_READY
I am very new at this and I don't understand a lot, so please be patient.
I have an STM32WB55 to which I need to connect an SD module to store data from some sensors in SPI mode. I basically followed some tutorials and got to the conclusion that…

Bogdan-Mihai Nistor
- 11
- 2