2023-04-30 07:54 AM
I have created a program with SDMMC1 + FreeRTOS and it works normal, but when I start mutex with xSemaphoreTake(Mutex1Handle, portMAX_DELAY); it mounts SD and can not format it, then open file. I got the same problem with starting semaphore when calling osSemaphoreWait(BinarySemMainHandle, osWaitForever).