Hi all,
I try to create a USB bulk communication with 5 task running.
I'm using SYSBIOS 6 and Starterware 1.10.02.02.
My problem is that when I start my HWI for the USB (I'm using usb_dev_bulk), the task run one time and after they blocked at task_sleep(). I verify the ROV and it indicate the all the task are block on task_sleep().
I think that the HWI is overloading the system but i don't know how to resolve this problem. The HWI look to work because when i connect and disconnect, I send a message on the console that indicate me the status of the USB. So the HWI of the USB look to work but is blocking all other task.
If I remove the HWI the task running perfectly.
pls help me
Vince