How to find which core a task is running on
Posted: Mon Jul 08, 2024 6:18 pm
I have been using vTaskList() and vTaskGetRunTimeStats() which are very helpful. Unfortunately they don't tell which core the task is running on. Is there a way to find out which core a task is running on?
Thanks
Thanks