STM32F769I based custom board USB HS PORT enumeration stage
We are using custom board based on STM32F769I.i am trying to bring up USB HS port (connected 8gb flash drive using otg cable to HS port).I have configured HSE as 25MHZ ,and RCC_OscInitStruct.PLL.PLLM = 25; RCC_OscInitStruct.PLL.PLLN = 336; RCC_OscIni...