Posted on November 21, 2016 at 07:04 i have tryed to make working an usb hid mouse program (simulating mouse move) from cubemx: usb_otg_fs folowing youtube stm sample: https://www.youtube.com/watch?v=XRocqTfUxbo my platform is STM32F746DI...
Posted on November 24, 2016 at 14:32Eureka!!i have find the problem: its coming from the usbd_conf.c2 values are wrong in the file generated by the cube!USBD_StatusTypeDef USBD_LL_Init (USBD_HandleTypeDef *pdev){ /* Init USB_IP */ if (pdev->id == ...
Posted on November 23, 2016 at 08:55 hi, yes sorry for confusion cube mx 4.0 & firmware 1.5.1 i have worked on the usb example (working) i have looked on the configuration of the gpio and dont find difference. i also look the clock seem to...