Hi,
The MSP432E401Y doesn't seem to have a true random number generator built-in. If there is a way to generate random numbers, please let me know.
Thanks,
Astro
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
The MSP432E401Y doesn't seem to have a true random number generator built-in. If there is a way to generate random numbers, please let me know.
Thanks,
Astro
Hi,
There is no hardware random number generator built in. You can use the C function rand() which returns a pseudo-random number.