Facing issue with FreeRtos and OSAL
Hi everyone,
I am using SPC58 MCU and Autodevkit IDE. In that I have taken Avas_Compact_Test_Application example as the base source code

1. And, During execution, before integration of FreeRtos the execution was entering osalThreadDelayMilliseconds() and coming out of it and executing further code, but after integration of FreeRtos, the execution is entering osalThreadDelayMilliseconds() but not coming out of that API and further code is not getting executed. I have not modified anything in the base source code expect integration of FreeRtos even though I'm facing this problem. Can anyone help me to come out this problem.

2. If I run base code it is working fine and if I just import FreeRtos Components without any modifications in source code then it is building through but getting "NACK_ACK error" in the CANoe. Can anyone help me, whether do I need to do any modifications in the configurations after integrating FreeRtos component.
