Skip to content

theamirocohen/mbed-os-example-trng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mbed-os-example-trng

TRNG test example for Mbed OS

Getting started with TRNG test example

This is a test example of an application that uses the TRNG APIs.

The application invokes the TRNG APIs and prints the results after each such invocation, The test is composed out of three parts: the first, generate a trng buffer and try to compress it, at the end of first part we will reset the device. In second part we will generate a trng buffer with a different buffer size and try to compress it. In the third part we will again generate a trng buffer to see that the same trng output is not generated as the stored trng buffer from part one (before reseting), the new trng data will be concatenated to the trng data from the first part and then try to compress it together, if there are similar patterns the compression will succeed.

Required hardware

  • An FRDM-K64F development board.
  • An SD card.
  • A micro-USB cable.

Other hardware

Although the board shown in this examples are K64F, the example should work on any device that support the trng feature.

Getting started

  1. Import the example.

    mbed import mbed-os-example-trng
    cd mbed-os-example-trng
    
  2. Deploy mbed-os

    mbed deploy
    
  3. Compile and run test.

    For example, for K64F with GCC:

    mbed test -t GCC_ARM -m K64F -n tests-trng-basic
    
  4. The test should run and display a series of results following the StoragLite API invocations.

Troubleshooting

If you have problems, you can review the documentation for suggestions on what could be wrong and how to fix it.

About

TRNG example for Mbed OS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published