Provide a function that returns all stack information
Market leading real time kernel for 40+ microcontroller architectures
Brought to you by:
gaurav-aws,
rtel
vTaskGetTaskState() function introduced which, among other things, returns the address of the base of the stack, and the high water mark. The size of the stack is not saved, but is known to the application writer (as it will have been specified when the task was created), and the high address of the stack can be calculated from the base and its size.