I want to suggest a more clear naming of the stack info column of the freeRTOS plugin or a change of the shown data, to avoid misconception.
Right now it shows free stack / total stack, as I found out after too long of time. I expected it to show used space / total space.
Personally I would prefer it to show stack usage instead of free space. At least it should have a properly named title.
On a side note, a minor bug: While creating a new CM7 project (I didn’t test, if this is processor specific), the suggestion to add the freeRTOS plugin, adds the CM4 version.
Project.SetDevice ("STM32H743VI");
…
Project.SetOSPlugin ("FreeRTOSPlugin_CM4");
Right now it shows free stack / total stack, as I found out after too long of time. I expected it to show used space / total space.
Personally I would prefer it to show stack usage instead of free space. At least it should have a properly named title.
On a side note, a minor bug: While creating a new CM7 project (I didn’t test, if this is processor specific), the suggestion to add the freeRTOS plugin, adds the CM4 version.
Project.SetDevice ("STM32H743VI");
…
Project.SetOSPlugin ("FreeRTOSPlugin_CM4");