Hello,
I would like to generate True Random Number on S32K148.
In Reference Manual is written " Additionally a TRNG and Miyaguchi-Prenell compression sub-blocks enables true random number generation (entropy generator for PRNG in AES sub-block). "
So if these sub-blocks enables "entropy generator" so they should be able to generate entropy, right?
So if I need to generate True Random Number so I have to enhance actual PRNG seed by calling of "Csec_Ip_ExtendSeed(const uint8* pEntropy);"
The question is, where can I get the entropy source?
I have found this thread (In the S32K family, how many bits of entropy are i... - NXP Community), but the entropy source was not answered there.
Is there any document describing TRNG or any example code for this topic?
Thank you for any hints !
Vojtech