Losing data sending over USB CDC
Dear community,
I am working with the STM32 Nucleo F429ZI board to send data over USB - CDC. I have set a time interrupt every 1ms and my goal is to send a package of data after each time interrupt (the data sent are consecutive numbers).
As the code below shows, I am sending the variable "data" (array of values, e.g. 512). When I send a large package of "data" I do not receive the entire data on my computer.
Code:

