You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @duaneellissd configCHECK_FOR_STACK_OVERFLOW enables software stack overflow checking and it is implemented for all ports. The application writer can set it to 1 or 2 in their FreeRTOSConfig.h to enable software stack-overflow checking.
portHAS_STACK_OVERFLOW_CHECKING enables hardware stack-overflow checking and is only implemented for ports where the hardware supports it (for example, ARMv8-M supports hardware stack-overflow checking using stack limit registers). This macro is set by the port itself and the application is not supposed to set it in FreeRTOSConfig.h.
We want to ensure that all your questions have been answered satisfactorily. Is there any aspect of the explanation that you'd like us to clarify further, or do you have any additional questions?
The "port" prefix is indeed used to indicate hardware-related elements. All definitions directly associated with hardware components carry this prefix.
When I read these - i see: config CHECK STACK OVERFLOW - and port STACK OVER FLOW CHECK
These are very similar and seem to be very unrelated - as if both are intended to be and do the exact same thing.
The text was updated successfully, but these errors were encountered: