Search found 1 match

by Yodaperor
Thu Jun 20, 2024 1:44 am
Forum: ESP32 Arduino
Topic: Tasks apparently running at the same time in Single Core operation
Replies: 2
Views: 1252

Tasks apparently running at the same time in Single Core operation

So I'm doing this automatic irrigation project and I've switched from arduino IDE to espressif IDE so I could be completely sure FreeRTOS is running on one core only. My objective is to acquire task starting and ending ticks so I can import this data to a python algorithm that plots a GANTT graph fo...