[Cube OTG USB] incorrectly written OTG_FS_DCFG.PFIVL value
In the OTG USB implementation, in USB_DevInit(), the PFIVL field of OTG_FS_DCFG is supposed to be written, eg. here, in the following way: USBx_DEVICE->DCFG |= DCFG_FRAME_INTERVAL_80;the DCFG_FRAME_INTERVAL_xx constants are defined in the respective ...