Tool/software: Code Composer Studio
I took the USb Serial Device sample application provided and changed the following things.
1. cbTxHandler & cbRxHandler is replaced in tUSBDCDCDevice as callback.
2. rxBuffer & txBuffer buffer with NULL for callback data.
3. USBBufferSpaceAvailable with USBDCDCTxPacketAvailable and USBBufferWrite with USBDCDCPacketWrite.
In this scenario, we are not getting the USB_EVENT_TX_COMPLETE event through cbTxHandler.