Tool/software: TI-RTOS
Hi,
Does task_sleep() is blocking calls
i has been used in mmw demo application, it blocks the complete functionality.
Following are snapshot of code in mss_main.c
GPIO_write (SOC_XWR16XX_GPIO_12, 0U);
Task_sleep(100);
GPIO_write (SOC_XWR16XX_GPIO_12, 1U);
Task_sleep(100);
does any other option to add accurate delay ??