STM32f7 USB HS Device mode DMA
Hi,For USB HS device mode DMA to work correctly, we need to consider:1- address alignment (4byte align due to hardware design) ... OTG_D(I/O)DMAx registers2- size of data (not recommended but can be set in byte size using HBSTLEN in OTG_GAHBCFG regis...