Question
STM32C552 HSI 144MHz clock
I created simple project using STMCubeMX2 for MCU STM32C552. I configured the clock by choosing HSIS on System MUX. When I compile and run generated code it ends in HardFault_Handler.
When using PSIS option - the same result. HSISDiv3 clock works well. When I divide HSIS or PSIS clock by 2 on
AHB prescaler it also works.
Any idea?
Thank you