Issue - USB HS with DMA on STM32F7 and 1.16.0 firmware
Using STM32F769, HAL and CubeMX I developed a project where it is necessary to send an average of 764 bytes every 100 microseconds. For this I use the USB DMA and other peripherals.In version 1.15.0 the code works very well.After a while, I had to ad...