STM32H7 RNG clock configuration
I'm using for the first time the RNG of STM32H753. I have a "clock error" which means that rng_clk is too slow compared to HCLK.
The reference manual mentions the following:
Is it a problem to just disable the clock error detection since it seems that the level of entropy fits the statistical benchmark ?
Right now I disabled the clock error detection, kept rng_clk to the default value(hsi8_ck) and the bit DRDY is never set after I enable the RNG.
