Question
STM32H7 APB and AHB peripheral clock limits
What are the upper limits on the APB and AHB peripheral clock on a STM32H743 ?
According to figure 46 of the reference manual:
the limit is 240MHz (or 200Mhz depending on the silicon revision I assume ?).
However STMicro HAL example set the APB and AHB peripheral frequency to 100MHz (SysClock on PLL at 400MHz, then D1CPRE=1, HPRE = 2 and for exemple D2PPRE1 = 2 for APB1).
Should I conclude that APB1 maximum clock is 100MHz ?
