Search found 2 matches

by BramPeeters
Sun Feb 25, 2024 5:12 am
Forum: ESP-IDF
Topic: uxTaskGetSystemState leads to Guru Meditation Error
Replies: 4
Views: 1439

Re: uxTaskGetSystemState leads to Guru Meditation Error

Thanks for the feedback My initial thought was stack overflow too but I already doubled the stack sizes of the tasks that run and the problem remains the same. ( Ironically enough I am using this function to monitor my stacks :) ) It indeed contains that value 0x800e0442, but if i look at the task n...
by BramPeeters
Sat Feb 24, 2024 3:55 am
Forum: ESP-IDF
Topic: uxTaskGetSystemState leads to Guru Meditation Error
Replies: 4
Views: 1439

uxTaskGetSystemState leads to Guru Meditation Error

I am trying to get some basic framework code running on an ESP32 (code comes from an stm32 where it runs fine). One of the things I do is periodically checking and reporting the task statuses using the following code static TaskStatus_t m_aTaskStatusArray[ SHM_MAX_NB_TASKS ] ; static UBaseType_t m_n...