User Activity

the STM32H753 chip is mounted on a board with an external 12Mhz HSE crystal and 32k LSE crystal. Using the CUBE config tool I have the attached SystemClock_Config function. The function gets stuck waiting for a valid RCC_FLAG_PLLRDY signal in line 42...
Is there a difference in the usage of the DCMI peripheral between the l4 (STM32L49x) microcontrollers and the l4+ (STM32L4R5xx) chips? I have a camera working with dma on dcmi with the STM32L496, but the same c code does not work correctly with STM32...