Is the port under Cortex M4F with MPU with GCC supported and proven to use?

Hi,

When I used xTaskCreateRestricted() api with portMPU_REGION_READ_WRITE | portMPU_REGION_EXECUTE_NEVER for Memory_Region_t parameters to create task, the task is running without MemManage fault. Earlier I used xTaskCreate().

Cant we use xTaskCreate() api in a MPU port? Or do we need any modifications to use that?

Please reply.

Thanks.