User Activity

I am using standard USB libraries available on ST website. Is there a function available in these libraries where I can check a status flag and confirm whether a data transfer via USB virtual Com port is complete or not?
I need to transfer 2 M Bytes of data via USB virtual com port of STM32F429 microcontroller, withing 2-4 seconds.I am using the USB standard libraries available on ST website. I have successfully transfered small strings, But when it comes to the larg...