esp_core_dump_get_stack() function
Get the stack of a task.
Arguments
task_snapshot
Pointer to the task snapshot.
stk_vaddr
Pointer which will be set to the stack's virtual address. Must **not** be NULL.
stk_paddr
Pointer which will be set to the stack's physical address. Must **not** be NULL.
Return value
Size, in bytes, of the stack.