Page 1 of 1

ESP32 Arduino and running tasks

Posted: Thu Apr 25, 2024 2:57 pm
by micronpn
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

Re: ESP32 Arduino and running tasks

Posted: Sat Apr 27, 2024 6:47 pm
by liaifat85
Is this thread helpful to you?

viewtopic.php?t=16115

Re: ESP32 Arduino and running tasks

Posted: Tue Apr 30, 2024 1:28 pm
by micronpn
Yes, I think it is useful.