Overview
========
The ROM API RNG demo application uses the Random Number Generator module to generate a random number by using the ROM API. 
The demo prints 11 strings of random numbers generated in every new line having the length of 32 bytes and in hex format. 
The format and size of the random number can be changed easily based on the requirement. The required length of the random 
number generated can be put as a parameter in the API in terms of bytes.

Toolchain supported
===================
- IAR embedded Workbench  9.30.1
- Keil MDK  5.37
- MCUXpresso  11.8

Hardware requirements
=====================
- Micro USB cable
- LPCXpresso55S36 development board
- Personal Computer

Board settings
==============

Prepare the Demo
================
1.  Connect a micro USB cable between the PC host and the CMSIS DAP USB port (J1) on the board
2.  Open a serial terminal with the following settings (See Appendix A in Getting started guide for description how to determine 
    serial port number):
    - 115200 baud rate
    - 8 data bits
    - No parity
    - One stop bit
    - No flow control
3.  Download the program to the target board.
4.  Either press the reset button on your board or launch the debugger in your IDE to begin running the demo.

Running the demo
================
The log below shows the output of the demo in the terminal window:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4e968c5c40cf8e50f9ae0b3c7c1c1db6a5d991f55d31c09ee97b186b54e61d

fb636e1bd2cf757d32af43837a14017834523756433e8df70d2de1db2395bfc

2a25de5dadffc1f45c2a2aa79289c9e29a61ee519d6e1672e62a17732c92638

67397db1d86987b8477bee451d37dda71074f8521b8a76f9ff11359bca137e

41a79ed3348429ce1e11adfa5bbeeee71eed486754a4c37b079d8a792fba2c4

fa21c7c7e8e724a3a58e431b967328fe367c1168a6d5c7c5ca0108857423320

f08ad4439f4d25f1226ca93def9920b9b9525d9dd170baf2f427dae798349a

b4514460e7590b96454fc9c634c729d93f6f97a52115aa6fbebf1ad7275a9

bd215b1385e173642f37b8412682bd3a82a16a4033c6617243b1325338b97224

d1d785dd98096345364d3519278ce7806ef53794ea47d4157bd4a490da84f

5d4644966bb6814ebdd5b07d367fa67dda12c6cb86961f92c0ee8f59223c
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
