STM32F205 FATFS + FreeRTOS CMSIS_V2 f_mount not working: undefined reference to `osSemaphoreWait'
Hi all, Just find a problem whenI trying to use STM32F205 w/ FreeRTOS CMSIS_V2. When I call f_mount in FATFS libraries, complier return "Middlewares/Third_Party/FatFs/src/option/syscall.c:65: undefined reference to `osSemaphoreCreate'". Once I go de...