How to configure the STM32F412VET6 clock at 100MHz?
Hi,
I have created a project with STm32CubeMX for a stm32F412VET6 microcontroller. I have configured the clock at 64MHz, I also have 1 SPI and 10 outputs. The project builds correctly and is running on the target correctly.
Now when just changing the clock frequency to 100 MHz, the projects still builds properly. However, when I launch the code after calling the HAL_GPIO_Init function, it goes in HardFault.