I'm trying to write a simple code to blink the on board LED using the xTaskCreate() function. But i dont know what put in the stack size parameter
Asked
Active
Viewed 255 times
1 Answers
1
The FreeRTOSConfig.h file provide a defined value configMINIMAL_STACK_SIZE. This is a good starting point, especially for a such simple code (LED blinking).

niavlys
- 38
- 1
- 6