2024-08-15 03:26 AM
STM32CubeMX and STM32Cube_FW_H7RS_V1.1.0 has some issue, when I configure USB HS Device, the code mix some functions, such as GPIO config code etc, when I add the GPIO config it can't work either.
when the issue could be fixed??
2024-08-29 09:08 AM - edited 2024-08-29 10:53 AM
Hello @avchd,
You mean GPIO configurations code for USB_OTG_HS_DM and USB_OTG_HS_DP! This is not a bug.
GPIO configs for USB_OTG_HS_DM and USB_OTG_HS_DP are not required as they are Alternate function.
Try adding other USB pin and you will see that the GPIO config code is generated.