2015-04-23 05:45 AM
Hi,
I am using STM32f429 USBH sample codes for one of my project. I have configured USB in FS mode.I have connected a USB keyboard and it works fine in systemcore clock 168 MHZ. When i switched to 180MHZ it stops working. I know, its already mentioned in the header file. what i need to do modify in the code ,USB will work in 180 MHZ? #!stm32f4-disco2015-04-23 09:57 AM
There isn't a way to provide 48 MHz internally (PLL Q tap) from 180/360 MHz
You'd need to use an external USB PHY.