I am exploring STM32 microcontroller development with RTOS (micrium). Any tips ?

Please I need help on this guys , I am exploring STM32 microcontroller development with RTOS (micrium). Any tips for calculating thread stack usage efficiently?
Solution
From Arm's "Determining the stack usage of applications":

Determining the required stack sizes for a software project is a crucial part of the development process. The developer aims to create a stable application, while not wasting resources. This application note explains methods that help finding the optimal setting while looking specifically on the stack load caused by interrupt service routines (ISRs) in RTOS applications running on an Arm Cortex-M based processor.

Read more in the attached app note, provided by @Chimmuanya Okere.
apnt_316.pdf679.84KB
Was this page helpful?