In
Posted

Q: How to use Hexabitz H40Rx (STLINK-V3MODS Programmer) module, ideally?

The ideal application is to weld the upper and lower pads (preferably at the beginning and end of the contiguity, i.e. four-point welding), without using external connecting wires.

In
Posted

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).

In
Posted

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

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

In
Posted

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

A: You have a stack overflow in your code.