Hello ST Experts , I have a stm32f745 ,which creates a single file and writes a string array in SD card using FATFS, but now I want to create multiple files which appends the PDM2PCM middleware converted PCM buffer values. from the 3 MEMS acquired?
Certain things which are unclear are :
1) When I increase the size of the PDM buffer and PCM buffer say to 2000 ,4096 to collect more samples for storing to convert them into a larger file into.wav or mp3 , I find no creation of the file in SD card .The audio_process() function which invokes PDM2PCM conversion ,here at this point it loops into step running and hard fault.
What could be the possible reason I am unable to figure it?Could anyone please clarify what is exactly happening?
2) Creating the multiple files which appends the incoming values and keeps writing them ?What could be possibly be used?
Please some suggestions.
Thanks in advance
--
Shweta
