Skip to main content

Questions tagged [filesystem]

0 votes
1 answer
96 views

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 ...
Ethan Fredsti's user avatar
-2 votes
1 answer
128 views

I downloaded the .pho file from the DSO4104C HATEK oscilloscope yesterday, but I don't know how to open it. Please help.
Sənan Heydərli's user avatar
2 votes
1 answer
283 views

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. ...
RobinDeleener's user avatar
2 votes
1 answer
1k views

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 ...
ChrisR's user avatar
  • 871
0 votes
1 answer
97 views

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 ...
tshivam's user avatar
  • 11
2 votes
0 answers
1k views

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 ...
Sparky's user avatar
  • 382