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()
Posted on December 21, 2014 at 04:53Thank you,I am the same situation as you,I have two discovery boards,But they are different, One of them failed because HAL_CAN_STATE_TIMEOUT,but another work well.So I check the Circuit diagram and I found that I...