This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

USB as device lib. Data not receiving after sometime...

I am using STM32 VCP library (3.4)

I am sending ASCII Commands on hyper terminal

After some commands I am getting no reply. still I am able to Transmit command through hyper terminal
Receive works fine.

Following function used to data transmit.

UserToPMABufferCopy((uint8_t*)(USB_transmitBuffer->text), ENDP1_TXADDR, USB_transmitBuffer->index);
SetEPTxCount(ENDP1,USB_transmitBuffer->index);
SetEPTxValid(ENDP1);