Purpose of dedicated DMA for USB and how does it work
Posted on December 06, 2016 at 20:42Hi.I started to work with STM32F7 series and USB HS (CDC class). I am able to send data to PC using CDC_Transmit_HS(uint8_t* Buf, uint16_t Len) function, but I am not aware what is going on behind it. If let say, ...