CMSIS-RTOS Validation  Version 1.0
RTOS Validation
 All Data Structures Files Functions Variables Macros Groups Pages
Resource Requirements

CMSIS-RTOS Requirements

The thread requirements need to be reflected in the CMSIS-RTOS configuration. Refer to the CMSIS-RTOS Reference for further details.

For CMSIS-RTOS RTX, thread requirements are configured in the RTX_Conf_CM.c file located under the CMSIS component class:

Option (under section Thread Configuration) Set Value to
Default Thread stack size [bytes] 400
Main Thread stack size [bytes] 800
Note
When testing your own RTOS, please make sure that these requirements are set accordingly.