Hi!
I am testing the USB CDC Serial Device demo coming with TI RTOS on my Stellaris Launchpad.
Unfortunately, when I disconnect my USB device from the host PC the sending task hangs and does not continue when I reconnect the USB cable. The receiving task in contrast works ok after reconnecting the device.
I suppose that the sending task that periodically sends out data through USB just pends on a semaphore and never notices the device disconnect event. If this is really the case, this is a serious bug.
Any help is welcome.
Regards,
Anguel