HSI to PLLCLK set to max frequency causing hard faults
Hey, I'm having some issues with setting up clocks for my STM32F411CEU custom board with HAL.
Using PLLCLK from HSI ends up with Hardfault, around where RCC is being configured.
The only way I don't get hardfaults is:
1) if I set System Clock Mux to HSI instead of PLLCLK, but then it runs on 16Mhz which is way too slow for me.
2) I set System Clock Mux to PLLCLK and clock to something lower than 50Mhz.
I tried making an empty project, just initialization, and have the same issues. This happens on two different boards. I'm starting to suspect that JLCPCB sent me some fake ICs..
Shouldn't internal clock be the most "safe" and "should always work" option?

Been bashing my head on the table for few hours now, trying every possible combination but nothing works.
Thanks!
