It is same implementation done in stm32f4xx-hal, but with a small change, i.e. they used software calculation for checking whether rng clk condition meets the requirements or not. which prone to errors as software calculation may not give exact frequency.
i used status flags for that.
this addresses #102
It is same implementation done in stm32f4xx-hal, but with a small change, i.e. they used software calculation for checking whether rng clk condition meets the requirements or not. which prone to errors as software calculation may not give exact frequency. i used status flags for that. this addresses #102