The TRNG example shows how to generate random data with TRNG peripheral.
This package can be used with SAMV71 Xplained Ultra board or SAME70 Xplained board.
The demonstration program configure TRNG peripheral. As soon as the TRNG is enabled the generator provides one 32-bit value every 84 clock cycles. TRNG interrupt status DATRDY is set when a new random value is ready, it can be read out on the 32-bit output data register (TRNG_ODATA)in TRNG interrupt routine.
-- TRNG Example xxx -- -- SAMxxxxxx-xx -- Compiled: xxx xx xxxx xx:xx:xx --