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.
Part Number: MSP432P401R
Hi,
Each MSP device has Random Number Seed Generator available at TLV memory space. However it does not generate any new random data. How can I activate it to generate a new seed at each clock cycle? (In the end I need a digital version of true white noise).
Thanks.
Yes, my CC1312 has one. I was confused for a bit, too.
I suggest you run a test on a PC with a drand48() implementation and do an FFT to make sure it looks white. Then you can implement that code in your MSP.
**Attention** This is a public forum