Start to read a random data from TRNG until success.
while (trng_read(&trng_instance, &random_result) != STATUS_OK) {}
Toggle the board LED to indicate a random data is read.
port_pin_toggle_output_level(LED_0_PIN);/* Add a short delay to see LED toggle */volatile uint32_t delay = 50000;while(delay--) {}
The online versions of the documents are provided as a courtesy. Verify all content and data in the device’s PDF documentation found on the device product page.