ESP32 vs. Nano ESP32S3
Posted: Tue Feb 20, 2024 2:30 pm
Good day,
I am a novice programmer so please bare with me if these seem to be basic question.
Is there any difference in the programming commands/structure between the ESP32 chips?
In particular I started with Freenove ESP32 Dev Kit and I want to change to Nano ESP32S3.
I have a sketch that the Freenove runs dedicating tasks to cores, it took some fiddling but works fine. When I loaded this on the Nano ESP32, it crashed. And crashed hard.
I notice a difference in example on how to setup dual cores.
TaskHandle_T vs. #define CORE_0 0.
Any help/advice would be appreciated.
Darren
I am a novice programmer so please bare with me if these seem to be basic question.
Is there any difference in the programming commands/structure between the ESP32 chips?
In particular I started with Freenove ESP32 Dev Kit and I want to change to Nano ESP32S3.
I have a sketch that the Freenove runs dedicating tasks to cores, it took some fiddling but works fine. When I loaded this on the Nano ESP32, it crashed. And crashed hard.
I notice a difference in example on how to setup dual cores.
TaskHandle_T vs. #define CORE_0 0.
Any help/advice would be appreciated.
Darren