clock setting, STM32H750
Hello,I have two different clock setting and only one of them works - but I have no idea why?The only difference is the PLLM and PLLN value: RCC_OscInitStruct.PLL.PLLM = 25; // 5 NOT OK RCC_OscInitStruct.PLL.PLLN = 432; // 160 NOT OKWould appreciate ...