ESP32 Arduino and running tasks
Posted: Thu Apr 25, 2024 2:57 pm
Hello guys,
I wanto to understand if there is a way to understand if an application designed using ESP32-Arduino and running on a dual core ESP32 has tasks running on both cores. The reason is because is difficult to understand if using thirdy party libraries the application uses or not both cores and how many tasks may run on both cores. Is this a way to list in the setup() function the tasks created to run on core 0 and on core 1 or any other way to know them?
Thanks,
Massimo
I wanto to understand if there is a way to understand if an application designed using ESP32-Arduino and running on a dual core ESP32 has tasks running on both cores. The reason is because is difficult to understand if using thirdy party libraries the application uses or not both cores and how many tasks may run on both cores. Is this a way to list in the setup() function the tasks created to run on core 0 and on core 1 or any other way to know them?
Thanks,
Massimo