esp_core_dump_check_task() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

True if the TCB is sane, false else.

Notes

The goal of this function is to check whether the task passed is the task that crashed or not. If this is the case and if it didn't crash within an ISR, its stack pointer will be set to the panic frame, containing all the registers values when the error occured. This function also checks if the TCB address is sane or not.

References

from examples