Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.
Photo

Generating random numbers (utilizing the STM32 features)


  • Please log in to reply
1 reply to this topic

#1 timothyp

timothyp

    Member

  • Members
  • PipPip
  • 24 posts

Posted 27 January 2015 - 03:53 AM

Hi,

 

According to this http://www.st.com/we.../DM00073853.pdf

The STM32 chip used on the NetDuino has a built-in random number generator.

 

Other .NET MF boards have firmware which expose this through the RandomNumberGenerator class
in the System.Security.Cryptography namespace. Does the NetDuino firmware exposes this
in any way?

 

If it is exposed through the classes in System.Security.Cryptography it won't help at this point
since I can't even load those assemblies on the NetDuino at this time.

 

If there was a way to call C code from C# that would provide a solution, but not sure NetDuino supports that?

 

 

 



#2 weixiongmei

weixiongmei

    Advanced Member

  • Members
  • PipPipPip
  • 68 posts
  • LocationPhiladelphia, Pennsylvania, United States

Posted 05 February 2015 - 02:07 PM

the official netduino firmware does not support that, but you could easily implement that yourself, good luck!






0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.