ESP32: Binary semaphore not providing mutual exclusion on FreeRTOS
I have 2 Tasks, both will give turns in printing a string (shared resource) on the serial monitor. I’m using a ESP-32 microcontroller and FreeRTOS, also the Arduino IDE.
I have 2 Tasks, both will give turns in printing a string (shared resource) on the serial monitor. I’m using a ESP-32 microcontroller and FreeRTOS, also the Arduino IDE.