Hi, I have been working on F28335 and using SYS/BIOS.
I am using the threading module and currently I have only one task running. The task execution time is around 3.5us.
I have been trying to put the task to sleep using the Task_sleep() function for a couple of microseconds. I am able to do it correctly for and above 20 microseconds but not below that value. When I set the Tick period to less than 20, I don't see the task being run more than once!! For Tick period above 20, I get the exact period.
FYI, CPU frequency has been set to 150MHz
Please Help!!
Thanks.