Skip to main content
ANaze.1
Visitor II
January 2, 2020
Solved

Problem in osalThreadDelayMilliseconds function inSP560B50L5

  • January 2, 2020
  • 1 reply
  • 800 views

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

    This topic has been closed for replies.
    Best answer by Erwan YVIN

    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

    1 reply

    Erwan YVIN
    Erwan YVINBest answer
    ST Employee
    January 14, 2020

    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