Other Parts Discussed in Thread: C2000WARE, CONTROLSUITE
Hello.
We are currently developing a system with a 28377D which will be able to connect by USB (CDC). In this moment we are testing with a 38379D control card (v1.3) on a docking station. Power via dockstation with external JTAG.
I was just running a couple of examples from c2000ware:
...\device_support\f2837xd\examples\cpu1\usb_host_mouse
and
...\device_support\f2837xd\examples\cpu1\usb_dev_serial
In the mouse example, when I disconnect the device from the computer It receives a USB_EVENT_DISCONNECTED in the ControlHandler routine but in the serial example it does not. Also when I reconnect usb, mouse example receives a USB_EVENT_CONNECTED while seriel doesn't.
So mouse can restore its conection while seriel does not.
Is that a driver usblib bug ? Is there any workaround ?
Thanks
Samuel Ors