Q: How can I find current stack usage for a particular task?

A: By typing task-stats CLI command in any serial terminal emulator tool (e.g., RealTerm, Putty, HyperTerminal, and SecureCRT).

Q: My code is stuck in the for loop inside vApplicationMallocFailedHook() function

A: There is no enough heap memory to dynamically allocate to functions.

Q: My code is stuck in the for loop inside vApplicationStackOverflowHook() function

A: You have a stack overflow in your code.

Q: I can’t add a variable to “watch” window

A: Just make sure that your variables are declared as global variables.