Skip to main content
Visitor II
April 30, 2023
Question

Hello, I would like to use SDMMC FreeRtos with mutex and got error

  • April 30, 2023
  • 0 replies
  • 615 views

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).

    This topic has been closed for replies.