Posted on June 18, 2018 at 23:36Well, now I made that 1.7V turn to 4.5V, which I think is an acceptable voltage. But even with this and disabling all kinds of optimizaions, I couldn't make this project work. But I thank all of you guys who helped me...
Posted on June 17, 2018 at 02:06 The debug goes to the USBH_Process() function, inside it, it stops in the HOST_ENUMERATION case, which lead to theUSBH_CtlReq() function, entering on a loop, everytime the USBH_Process() function is called on my mai...
Posted on June 17, 2018 at 01:30 Ok now I'm using F4 Discovery board. For the mouse connection I'm using the micro USB input in the board, using CubeMX v4.
Posted on June 17, 2018 at 00:10 I applied the st.mcusuggestion which makes alterations on both usbh_hid.c and usbh_ctlreq.c, the strange thing is that I can't initialize my USB FS without the CubeMX functions MX_USB_HOST_Init(). It's not even pow...