HAL_Delay() and osDelay()
Posted on June 13, 2016 at 09:00If I want to run FreeRTOS with SDIO,I need to replace ''HAL_Delay()'' with ''osDelay()'' in source file ''stm32f1xx_hal_sd.c''.Otherwise,It will be blocked in HAL_Delay(). #hal_delay()-and-osdelay()