OSTimeDly() from NBEclipse ver 2.7.1 to 2.7.7
Posted: Fri Mar 20, 2020 1:12 pm
I have managed to compile code that was last compiled in NBEclipse 2.7.1 in version 2.7.7.
In an OS task I have the line
OSTimeDly(60);
I this causes the thread to hang (the code cannot get past this point).
Any idea why?
There is also a forever loop in main
while (true)
{
//OSDumpTCBStacks(); // dump stack usage
OSTimeDly(1200); // 50ms * 20 * 60 = 1 Minute
}
In an OS task I have the line
OSTimeDly(60);
I this causes the thread to hang (the code cannot get past this point).
Any idea why?
There is also a forever loop in main
while (true)
{
//OSDumpTCBStacks(); // dump stack usage
OSTimeDly(1200); // 50ms * 20 * 60 = 1 Minute
}