Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Enable (t)rng support for STM32H7 and NANO RP2040#895

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
pennam merged 2 commits intoarduino:mainfrompennam:trng
Jun 28, 2024

Conversation

pennam
Copy link
Contributor

@pennampennam commentedJun 13, 2024
edited
Loading

This PR enables TRNG support for STM32H7 boards: Portenta H7 OPTA GIGA and NiclaVision.

https://www.st.com/resource/en/application_note/dm00073853.pdf

And pseudo random number generation for RP2040 CONNECT using multiple hardware sources of entropy:

  • ROSC
  • Uninitialized RAM
  • Hardware timestamp
  • Bus performance counter

TRNG is automatically used as seed forrandom() libc functions ifrandom(max) orrandom(min,max) are called from the Sketch. Alternatively user can still usesrandom() to manually seed therandom() function.

This PR contains a patch, please check patch number before merging

@pennampennam changed the titleEnable trng support for STM32H7 boardsEnable (t)rng support for STM32H7 and NANO RP2040Jun 17, 2024
@pennampennam marked this pull request as ready for reviewJune 18, 2024 12:08
@pennampennam merged commit496ffbd intoarduino:mainJun 28, 2024
10 of 11 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@pennam

[8]ページ先頭

©2009-2025 Movatter.jp