shic
shic
DIIDevHeads IoT Integration Server
Created by Marvee Amasi on 4/29/2024 in #middleware-and-os
How can I run independent tasks on separate cores using ESP-IDF on ESP32?
Whenever using shared resources you should use mutexes to avoid collision, and more importantly there must be a way(Like notifications) to synchronize the task operation to make the behaviour predictable.
10 replies