Iam currently working on creating a periodic task using DPL over freeRTOS.
- I can run a task without any delay like blink a LED without any issues.
- When i add the vTaskDelayUntil API the task hit vApplicationStackOverFlowHook due to task stack overflow.
- When i increased the stack size from the MCU stuck in persistent fault state.

- While debugging the issue, the code reach this point and when i tried to step into it it happend that free running stuck

- I tried the same code on core 3 and it works fine!
What could be the problem is?

