Tool/software:
Hi,
If I want to generate true random numbers with TRNG_getRandomBytes() in the following environment,
do I need to switch to true random numbers with TRNGLPF3HSM_switchNrbgMode() as described in the following document? (If you don't switch, will pseudo-random numbers be generated?)
environment:
・CC2745R10-Q1
・"simplelink_lowpower_f3_sdk_9_10_00_83" and "simplelink_lowpower_f3_sdk_8_30_00_11_ea"
file:///C:/ti/simplelink_lowpower_f3_sdk_9_10_00_83/docs/secure_drivers/doxygen/html/_t_r_n_g_8h.html
Also, please let me know if there is any documentation that describes how to use TRNGLPF3HSM_switchNrbgMode() and its restrictions.