User Activity

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. ...
So I've made two prototypes of a new custom board with a STM32F405RG microcontroller at heart and while one of them works totally fine, after a few seconds or more I'm getting a hard fault on the second one.To investigate the origin of the hard fault...