STM32F401RBTx goes hard fault when clock speed is high
I saw a strange behavior when using STM32F401RBTx, to show you I added only 1 output as LED and toggled it. I have just that much code. I tried with 16 MHz, 48 MHz, 64 MHz, 84 MHz. It went hard fault when speed is 64 MHz or 84 MHz. This is th...