configMINIMAL_STACK_SIZE is only used within FreeRTOS_Mutexes.
 
Symbols
loading...
Files
loading...

configMINIMAL_STACK_SIZE macro

Syntax

#define configMINIMAL_STACK_SIZE ( ( uint16_t ) 128 )

References

LocationText
FreeRTOSConfig.h:95
#define configMINIMAL_STACK_SIZE ( ( uint16_t ) 128 )
main.c:84
osThreadDef(MutHigh, MutexHighPriorityThread, osPriorityBelowNormal, 0, configMINIMAL_STACK_SIZE);
main.c:88
osThreadDef(MutMedium, MutexMeduimPriorityThread, osPriorityLow, 0, configMINIMAL_STACK_SIZE);
main.c:92
osThreadDef(MutLow, MutexLowPriorityThread, osPriorityIdle, 0, configMINIMAL_STACK_SIZE);