STM32F747NG MCU USB OTG HS issue (Intermittent disconnection)
Hi !
We are developing F746 MCU.
This issue occurred while developing the USB OTG HS USB Mass Storage function by referring to the example file in F7 CUBE.
It is normal to connect USB to MCU that operates as HOST and create new files with FATFS-based file system.
However, if connect or disconnect USB repeatedly, intermittent disconnection occurs.
And if the above issue occur, the Timer value of the USBH_HandleTypeDef structure stops as shown in the picture.
(+ The HAL_HCD_SOF_Callback(hcd) function in the file stm32f7xx_hal_hcd.c is not calledback.)
Repeating the USB reconnect until the MCU reboots does not return to its original state.
Please give me some advice to solve this problem and cause of this problem. :sad_but_relieved_face:
