Hi all,
I try to create the usb communication with the usb_dev_bulk exemple. I use the SYSBIOS 6.33.04.39 and Starterware 1.10.02.02
When i use the function DelayTimerSetup() that stop the Timer use for the ti_sysbios_knl_Clock_doTick__I so when I use task_sleep() in my task, the task is stopped.
I try to find if DelayTimerSetup() use the same Timer, with no succes.
It is possible to change the timer for the ti_sysbios_knl_Clock_doTick__I ??