STM32G431 bug #2727
-
I am configuring the stm32g431 chip to be powered by an external quartz oscillator to operate at 32 MHz. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Hi @Buldakov-A
Note that HSE value used to compute freq is:
So if your HSE is not 8MHz, you have to redefine it to the correct value. |
Beta Was this translation helpful? Give feedback.
-
This statement is incorrect. |
Beta Was this translation helpful? Give feedback.
-
I am using the STM32G431CBU6 chip. The question was: How can I change the frequency of 24 MHz for Micros() to 8 MHz?. I checked your code. |
Beta Was this translation helpful? Give feedback.
Well, I've tested a simple sketch with a Nucleo G431RG, set the HSE_VALUE to 24MHz, and configure the clock to use HSE and have a sysclock at 100MHz: