Question
Help QuadSPI interfacing with MX25R6435F on B-L475E-IOT01A
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.
