I want to know how to generate the trng and prng for s32k144.
Their is only one api called CSEC_DRV_GenerateRND in the sdk drivers.
How to generate the trng and prng separately ? Could you give me a code sample? Thank you.
Hi Amito,
it's not possible to access TRNG and PRNG separately. There's only one command CMD_RND which is used by SDK function CSEC_DRV_GenerateRND. That's all you can use.
Regards,
Lukas
Hi Lukas
If there is only one command CMD_RND, then how to get the trng and prng separately?
You can get PRNG only. It is not possible to get TRNG.