Resolved! How to use RNG on STM32H743ZI2?
I would like to use the RNG of the H743ZI2. The provided example works, but on a new project I can't get it work, The CPU clock is configured to 400MHz just like in the example./* RNG Initialization */ if (HAL_RNG_DeInit(&hrng) != HAL_OK) { /* ...