Question
SD card writing in polling mode without DMA nor FreeRTOS
I am trying to write in the SD card in polling mode and it works successfully first two time and when i try to open the same file and write to it is fails and stuck at function " HAL_SD_ReadBlocks " at file stm32h7xx_hal_sd.c at the following condition:
if(((HAL_GetTick()-tickstart) >= Timeout) || (Timeout == 0U))
