Questions tagged [filesystem]
The filesystem tag has no summary.
11 questions
0 votes
1 answer
96 views
FR_DISK_ERR from f_write on an STM32L432KC with SPI
I have been attempting to get f_write to work on an SD card through SPI with an STM32L432KC using Elm Chan's code as a base. The error I am getting is FR_DISK_ERR ...
-2 votes
1 answer
128 views
How do I open and interpret the pho file from my DSO4104C HATEK oscilloscope? [closed]
I downloaded the .pho file from the DSO4104C HATEK oscilloscope yesterday, but I don't know how to open it. Please help.
2 votes
1 answer
283 views
SD card stuck writing single block of data
I noticed a very strange behaviour on some of my micro SD cards. I have a project that writes data to files stored on my SD card (FAT32 formatted) via the SPI interface of a PIC32 microcontroller. ...
2 votes
1 answer
1k views
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 ...
0 votes
1 answer
97 views
Store uart incoming data in sd card interfaced with CC2652RB LP [closed]
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 ...
2 votes
0 answers
1k views
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 ...