Is DMA possible with USB FS
I'm working on a STM32H750XB with USB. It works fine with the USB2_OTG_FS instance, but the speed is not reaching the maximum (only 875kB/s). I'm using the USB with diskio, FatFS and FreeRTOS.
I'd like to enable DMA to make it faster, so I set
hhcd.Init.dma_enable = 1;and I also disable DCache.
But when it's set like this, the device crashes when the USB is getting enumerated.
Is it really possible to enable DMA on USB FS ?
Thanks !
