cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in osalThreadDelayMilliseconds function inSP560B50L5

ANaze.1
Associate

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

1 ACCEPTED SOLUTION

Accepted Solutions
Erwan YVIN
ST Employee

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

View solution in original post

1 REPLY 1
Erwan YVIN
ST Employee

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