Tool/software: TI-RTOS
Hi,
I've been modifying the mmw demo code recently so that when an object is withing 0.5m to the radar, an external LED turns on. I was hoping to implement some kind of delay function to keep the LED on for 2 seconds. Unfortunately i can't use Task_sleep() as it keeps giving me an error. I think this is due to it interfering with the radars ability to collect information while the delay is active. Are there alternative ways to delay a function without interfering with the CPU. Any help would be appreciated.
Thanks