User Activity

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 b...