Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
I want to make 10us level delay in a task for the external chip, but I don't want change the timetick value of the project. How to have a delay?
like this
GPIO=1;
delay_us(10);
GPIO=0;