possible to direct access RNG registers of 32F411 via arduino-ide?
Re: possible to direct access RNG registers of 32F411 via arduino-ide?
using a capacitor + pull-up would be an easier way. but it does take one pin.
-
- Posts: 3
- Joined: Sun Nov 20, 2022 1:27 am
Re: possible to direct access RNG registers of 32F411 via arduino-ide?
Thank you everyone for your input, I received my 32F407VG board over the holiday and was able to get some results. I wrote a simple sketch to output a random number to the serial port once a second, the RNG hardware is not using interrupt so the crypto quality isn't as high as it could be, but the following is the sketch and the results. Once again thank you all for your help and suggestions!
- Attachments
-
- arduinocode.png (71.75 KiB) Viewed 718 times
-
- terminal.png (55.58 KiB) Viewed 718 times