hi,
I am checking with TM4C123 usb and gone through the example usb_dev_serial, It is working fine. But when I put it in to my application its not working.
I tried to implement this with usbstidio.c .
The problem I am facing is when i remove the USB connection and insert the driver is getting detected( I am able to open com port ) , but no communication is happening.
when i test this problem with Example code given it is working fine.
I tried to debug and every thing looks fine.Gone through the data sheets but unsuccessful.
the only difference between my code and there code is
//
// Set the USB stack mode to USB Mode Force Device .
//
USBStackModeSet(0, eUSBModeForceDevice, 0);
Any suggestions are appreciable.
thanks & regards,