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
1 vote
1 answer
119 views

I am trying to save the results of simulation to a file from a testbench. Here is the problematic snippet: ...
Jacob Morales Gonzalez'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
1 vote
0 answers
79 views

I'm trying to open some quite old schematics (I think around 1989) that have the file extension ".pic" and am stuck as to how to read that. They're not PIC files from PCPaint although they ...
nxe's user avatar
  • 111
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
3 votes
1 answer
543 views

I am using an ESP32-S3 chip with 8 MB internal flash. Out of which 4 MB is for the FAT32 file system. I read and write files every 30 min into the file system. I am also using the wear leveling ...
cyber122010'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
2k views

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 ...
Magic Smoke's user avatar
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
0 votes
0 answers
1k views

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 ...
Bogdan-Mihai Nistor's user avatar
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