Page 1 of 1

ESP32 dual core

Posted: Mon May 15, 2023 5:19 am
by Aswini Rajamani
Hello Team, will the program running on dual-core work simultaneously or one next to one? I am planning the change the controller to ESP32 for all my projects, Appreciate your speedy response.

Re: ESP32 dual core

Posted: Mon May 15, 2023 8:01 am
by ESP_Sprite
It depends on how you structure your program. Typically, to get the multicore advantage, you separate the work into multiple tasks, and those tasks can work in parallel on the two cores.