2014-04-01 12:49 AM
Hello community,
I getting my hands on STM32cubeMX tool for first time to generate project for STM32F405RG. The board has 8MHz oscillator connected to OSC_IN, OSC_OUT pins. I was trying to configure the board to run at 168MHz, but I was only able to configure max 108MHz.2014-04-02 01:38 AM
Hello,
Please use the configuration below (PLL M : 5, PLLN : 210, PLL P : 2)2014-04-02 05:55 PM
Thank you.