Support for FreeRTOS-MPU functions in ESP32-S3
Posted: Mon Mar 04, 2024 4:25 pm
Hello,
I'm using ESP32-S3 for a project, and the FreeRTOS-MPU features would be of great use.
While trying to use the "xTaskCreateRestricted", however, it appears to be undefined. Looking into the task.c file, this function is indeed not compiled due to the macro portUSING_MPU_WRAPPERS. Does ESP32-S3 support these features? Some extra configuration is needed? If not, is there any other API developed to use the MPU?
Thanks in advance,
Marcelo.
I'm using ESP32-S3 for a project, and the FreeRTOS-MPU features would be of great use.
While trying to use the "xTaskCreateRestricted", however, it appears to be undefined. Looking into the task.c file, this function is indeed not compiled due to the macro portUSING_MPU_WRAPPERS. Does ESP32-S3 support these features? Some extra configuration is needed? If not, is there any other API developed to use the MPU?
Thanks in advance,
Marcelo.