Resolved! Problem with clock configuration of STM32F401VCT6 MCU - works fine on 42MHz clock, but crashes when set to 84 MHz
I'm programming a custom board built around the STM32F401 MCU and I'm having a hard time configuring the system clock.I'm using a 8MHz external crystal and I'm trying to set up the PLL to get the maximum frequency given by the datasheet, i.e. 84MHz. ...