Hello,
I plan to use Task_sleep() in one of my tasks with priority 1. I can not figure out how to set the resolution of this function. As I have in posts here, I am supposed to configure the task_sleep function. Could you help me figure out how to set a resolution of 1 microsecond? This means that if i give Task_sleep(1); in my code, I will get a delay of 1us.
I am using CC2650 for a project. The task is that of PWM. I need to give precise delays while generating my desired signal.
Thanks in advance.