Hello,
I'm trying to use TRNG on the PSoC 6 and I find the API description in the PDL 3.0.1 not describing precisely usage for the first two arguments of the Cy_Crypto_Trng_Generate() function, namely GAROPol and FIROPol.
Is there an existing example of usage of this function?
Or how should I set up these arguments?
Thanks,
Leszek
Solved! Go to Solution.
Hi Lezek,
You can refer to the below example for usage of TRNG in PSoC 6 MCU:
Thanks,
Vaisakh
Hi Lezek,
You can refer to the below example for usage of TRNG in PSoC 6 MCU:
Thanks,
Vaisakh
Thank you very much.