
Reliable Time Delay on Custom TI Boards Using Timer Driver
If you’ve worked with the TI-RTOS (SYS/BIOS), you probably used Task_sleep() function for delays. It works fine on LaunchPads… until you move to a custom board. Suddenly, Task_sleep() does not behave correctly your delays are off (Time delays not working), the system doesn’t respond at all and the board will reset loop with watchdog reset….