Download FreeRTOS
 

Quality RTOS & Embedded Software

KERNEL
WHAT'S NEW
FreeRTOS website now available in Simplified Chinese
New FreeRTOS Long Term Support version now available.
FreeRTOS Extended Maintenance Program (EMP) registration now open.
FreeRTOS-Plus-TCP v3.0.0 released:
Featured FreeRTOS IoT Integrations:

portSWITCH_TO_USER_MODE
[FreeRTOS-MPU Specific]

task. h
void portSWITCH_TO_USER_MODE( void );

Sets the calling task into User mode. Once in User mode a task cannot return to Privileged mode.

portSWITCH_TO_USER_MODE() is intended for use with FreeRTOS-MPU, the demo applications for which contain an example of portSWITCH_TO_USER_MODE() being used.





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