About the function of osalThreadDelayMicroseconds.
Hello all,
When I call this function osalThreadDelayMicroseconds(1u), I found that 1us is not implemented, and the actual result is 1ms.
But if you call osalThreadDelayMicroseconds (9000u) it can reach 9ms.
The parameter usec is less than 1000 and is 1ms.
May I ask why I can't achieve 1us?
I used 1000 for system timer tick number:

