2025-01-16 09:57 PM - last edited on 2025-01-17 02:24 AM by SofLit
I am developing an audio recording application that captures audio from a MEMS microphone, stores the data in DMA, and saves it as a .wav file using the QuadSPI protocol. I have integrated the FatFS middleware for file system management. While the code compiles without any errors or warnings, my PC fails to recognize the mass storage device when I attempt to read the recorded data.
2025-01-17 02:23 AM - edited 2025-01-17 02:25 AM
@Aadi__ wrote:
my PC fails to recognize the mass storage device when I attempt to read the recorded data.
So the problem is not related to the CubeIDE/Mx nor to the QSPI interface/Flash memory it's more related to the USB usage.
Could you please elaborate more and be concise in your question as the title and the issue description are different?
PS: moved the thread to MCU products and edited the label.
Thank you
2025-01-17 08:50 AM
Hi @Aadi__
> PC fails to recognize the mass storage device when I attempt to read the recorded data.
Could you specify where exactly do you see the issue while reading recorded data? Did you try to isolate the issue by simply using USB MSC functionality alone?
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.