SDIO + FATFS + DMA + FreeRTOS advice, currently inconsistent write times + stalling other tasks
Hey,I have been working on a data logger project that requires sensors to be read at 10Hz, the data timestamped and stored to an SD card. I am using FreeRTOS and a Streambuffer is used to pass data from the measurement task to the storage task. The s...