STm32H745 M4 Clock limitation problem
Hi! I am working with the dual core STM32H745 nucleo board, currently on the M4 core.
I am having trouble with configuring my wanted system clock frequency.
I want the clock to be 200 MHz and accordingally i try to set it in the CubeMX clock config interface (a snapshot added)
also i use the following power configurations:
After the code is generated the system clock is 64Mhz.
(checked with scope and HAL_RCC_GetHCLKFreq() function).
Please help me understand how can i increase the sysclock frequency and what am i doing wrong in my configurations?
thanks alot!
