shardul17
shardul17
DIIDevHeads IoT Integration Server
Created by Marvee Amasi on 4/29/2024 in #middleware-and-os
How can I run independent tasks on separate cores using ESP-IDF on ESP32?
I am not sure about whether esp cores are SMP or AMP. If cores are asymmetric multiprocessing then one core will act as primary core. In that case it will need some time for system level functioning. In above example, The CPU is not getting the time for housekeeping and only one task is monopolizing the CPU. It is based on assumption that cores are AMP. Please correct if i am wrong.
10 replies