Question
Using SD card with STM32F72CBT6
Hı ı am using spi1 one for to write log to sd and using uart2 interrupt to get gps data. But today when ı checkup the rxbuffer ı see nothing . when ı close
" fresult = f_mount(&fs, "/", 1); "
it startted to read again how it is possible.
Also ı am using a sd library which is here https://controllerstech.com/sd-card-using-spi-in-stm32/
