2021-04-19 03:05 PM
I have a custom board with an STM32H743ZIT6 on it. Configuring the OTG_HS2 controller with STM32CubeMx and STM32Cube_FW_H7_V1.9.0 as a USB Host and MSC, I can read a USB memory stick.
The question is: my oscilloscope shows the DM and DP lines being clocked at 6MHz. Is there a way to configure the OTG_HS2 to clock them at 12MHz?
2021-04-20 06:48 AM
> my oscilloscope shows the DM and DP lines being clocked at 6MHz
6MHz square-wave signal consists of 0 and 1 which represent 12 MBit/s.
JW