STM32F103Z: Speed up SD card access with a low SDIO clock (0.5 MHz)
for my project I have to perform some controlling functionalities at high update rates (ideally the firmware should update at over 20 Hz)read data from the SD card through a very slow bandwidth with the sd card. the sdio clock is set to a low value d...