we are testing FreeRTOS on the NXP MPC5748G by running the ready made demo provided by S32 design Studio it works fine when we Build and run the project but when we try to build and run the project as a standalone project the project main functionality does not run as intended after some trace we found that the problem is most likely to be in vtaskdelay() is not working so please can anyone suggest a solution
Hello,
It sounds like your FreeRTOS tick isn’t running in the “standalone” build, so vTaskDelay() never wakes tasks. On the MPC5748G (PowerPC e200z4), that typically boils down to one of these in the move from “Run in IDE” → “Run from flash/standalone”:
Best regards,
Peter