Posted on September 14, 2016 at 09:47
Hello,
I think I found a bug in the STM32F4 USB controller which is not addressed correctly by the cube library v1.13 and which is not documentend as well.
I'm developing on the STM32F437IIH an...
Posted on October 14, 2016 at 10:40
Hi Marco,
I just checked your solution by moving the line
USBx_OUTEP(ep->num)->DOEPCTL |= (USB_OTG_DOEPCTL_CNAK | USB_OTG_DOEPCTL_EPENA);
before if (dma == 1). I did this for both functi...
Posted on September 26, 2016 at 16:40Thanks Hannibal,We are a company working in the medical domain and would like to use the cube library as the basis for our development.Could you reproduce the bug internally? If yes do you know when a fix will be...