How to continuously store data into SD card?
I have SD card interfaced with stm32f407 through 4bit SDIO. I am writing data from I2S _DMA_receive buffer into the sd card. This write should happen continuously,but it happens only once.Here is the piece of the code:FATFS myFATAFS;FATFS *myFATAFS1;...