Is there an example of using TRNG on PSoC 6?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
LeRu_2309541
Level 1
Level 1

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

0 Likes
1 Solution
VaisakhK_66
Employee
Employee
10 replies posted 5 replies posted First question asked

Hi Lezek,

You can refer to the below example for usage of TRNG in PSoC 6 MCU:

http://www.cypress.com/documentation/code-examples/ce221295-psoc-6-mcu-cryptography-true-random-numb...

Thanks,

Vaisakh

View solution in original post

2 Replies
VaisakhK_66
Employee
Employee
10 replies posted 5 replies posted First question asked

Hi Lezek,

You can refer to the below example for usage of TRNG in PSoC 6 MCU:

http://www.cypress.com/documentation/code-examples/ce221295-psoc-6-mcu-cryptography-true-random-numb...

Thanks,

Vaisakh

Thank you very much.

0 Likes