TOP Contributors

  1. MIKROE (2653 codes)
  2. Alcides Ramos (351 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (136639 times)
  2. FAT32 Library (69849 times)
  3. Network Ethernet Library (55897 times)
  4. USB Device Library (46232 times)
  5. Network WiFi Library (41868 times)
  6. FT800 Library (41093 times)
  7. GSM click (28947 times)
  8. PID Library (26402 times)
  9. mikroSDK (26320 times)
  10. microSD click (25330 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Example

USB Random Generator

Rating:

0

Author: Paulo Matias

Last Updated: 2016-02-19

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: USB

Downloaded: 903 times

Followed by: 1 user

License: MIT license  

Turn your Mikromedia for STM32 into an USB Random Generator. This example uses the STM32F407VG hardware RNG to feed a stream of random bits to USB HID. In Linux, you could use the resulting /dev/hidraw0 as a drop-in replacement for /dev/urandom, just by plugging the device.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "USB Random Generator" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "USB Random Generator" changes.

Do you want to report abuse regarding "USB Random Generator".

  • Information
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroC PRO for ARM
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Example Blog

Blog currently doesn't exist!

ALSO FROM THIS AUTHOR

mikrostm-link: Link together gcc and mikroC projects for STM32

0

This project allows you to write some part of your code using gcc, and another part using mikroC. Useful when you need both the easy-to-use hardware libraries provided by mikroC and the optimization and ANSI C compliance of gcc. Also useful if you want to use C++ in some part of your project.

[Learn More]

mikroe-uhb: Open-source cross-platform USB HID Bootloader programmer

0

USB HID Bootloader programming tool able to run on Linux, Windows and potentially OSX and FreeBSD. Currently supports ARM, PIC18, PIC24, dsPIC and PIC32 devices from MikroElektronika. Repository and instructions at: https://github.com/thotypous/mikroe-uhb

[Learn More]