This ticket addresses creating a telecommand for obtaining the task stack information using FreeRTOS APIs.
The output is structured as a JSON for easy viewing. The information I extracted is the: Task Name, State, Priority Number, and the StackHighWaterMark, which is the amount of stack that remained unused when the task stack was at its greatest (deepest) value.
This ticket addresses creating a telecommand for obtaining the task stack information using FreeRTOS APIs.
The output is structured as a JSON for easy viewing. The information I extracted is the: Task Name, State, Priority Number, and the StackHighWaterMark, which is the amount of stack that remained unused when the task stack was at its greatest (deepest) value.