2020-01-02 01:54 AM
When I use the osalThreadDelayMilliseconds(200) function the software always remain in this loop
while (osalsystime < current + ticks)
{
}
i check the software is only LED blink
can any one know what happen to the OSAL library ?
I use RLA Library
Solved! Go to Solution.
2020-01-14 08:07 AM
Hello Anaze ,
Did you use some examples ?
or did you create your own application ?
The Program is stuck in your loop while because the tick is not incremented
Check your PIT configuration
Best regards
Erwan
2020-01-14 08:07 AM
Hello Anaze ,
Did you use some examples ?
or did you create your own application ?
The Program is stuck in your loop while because the tick is not incremented
Check your PIT configuration
Best regards
Erwan