The objective of this post is to implement a simple power calculation algorithm on the ESP32 and test the speedup by executing it in the two cores of the microcontroller. Introduction The objective of this post is to implement a simple power calculation algorithm on the ESP32 and test the speedup by executing it in …
ESP32: Running code on a specific core
The objective of this post is to explain how to run code on a specific core of the ESP32, using the Arduino environment support. Introduction The objective of this post is to explain how to run code on a specific core of the ESP32, using the Arduino environment support. More precisely, we will analyze how …
ESP32: Get Task execution core
The objective of this post is to explain how to check in which core of the ESP32 a certain FreeRTOS task is executing. Introduction The objective of this post is to explain how to check in which core of the ESP32 a certain FreeRTOS task is executing. One of the characteristics of the ESP32 is …