Download FreeRTOS
 

Quality RTOS & Embedded Software

KERNEL
WHAT'S NEW
Simplifying Authenticated Cloud Connectivity for Any Device.
Designing an energy efficient and cloud-connected IoT solution with CoAP.
Introducing FreeRTOS Kernel version 11.0.0:
FreeRTOS Roadmap and Code Contribution process.
OPC-UA over TSN with FreeRTOS.

Co-routines
[More about co-routines...]

Co-Routine Priorities

Each co-routine is assigned a priority from 0 to ( configMAX_CO_ROUTINE_PRIORITIES - 1 ). configMAX_CO_ROUTINE_PRIORITIES is defined within FreeRTOSConfig.h and can be set on an application by application basis.

Low priority numbers denote low priority co-routines.

Co-routine priorities are only with respect to other co-routines. Tasks will always take priority over co-routines should you mix tasks and co-routines within the same application.





Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.