Hi @aggarg, @urutva
the patch works like a charm, there is one more issue though.
when compiling the IAR project with “Require prototypes” option
the compiler is complaining about the following APIs:
mpu_wrappers.c
Error[Pa045]: function "MPU_vTaskSuspendAll" has no prototype CM55_Project\FreeRTOS\Source\portable\Common\mpu_wrappers.c 392
Error[Pa045]: function "MPU_xTaskResumeAll" has no prototype CM55_Project\FreeRTOS\Source\portable\Common\mpu_wrappers.c 412
Error[Pa045]: function "MPU_xTaskCatchUpTicks" has no prototype CM55_Project\FreeRTOS\Source\portable\Common\mpu_wrappers.c 761
these functions were removed from the mpu_prototypes.h
. Do you have any suggestion how to fix this issue?
thanks and regards.