Question
[CUBE OTG] Incorrectly set HFIR.FRIVL
In CubeF4 v1.21, OTG_HFIR is set in USB_InitFSLSPClkSel() to either
USBx_HOST->HFIR = 48000U;
or
USBx_HOST->HFIR = 6000U;
which according to the RMs is incorrect, as they should be set to value one less.
This has been already noted by @tsuneo here https://community.st.com/s/question/0D50X00009Xkf8MSAR/stm32f415-and-frame-timinig-jitter-on-usb-host-problem
JW
