Hardware requirements
=====================
- Micro USB cable
- LPCXpresso54608 board
- Personal Computer

Board settings
============
Connect a function generator or a varying DC power supply to pin P0_16-ADC0IN4 (J12-pin2 A0 on LPC54608 Development board).

Prepare the Demo
===============
1.  Connect a micro USB cable between the host PC and the LPC-Link USB port (J8) on the target board.
2.  Open a serial terminal with the following settings:
    - 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 example showcases use of LPC ADC driver with DMA using SequenceA/B conversion. In this example ADC channel 0 samples the internal temperature 
sensor value in Sequence A and ADC Channel 4 ( Pin P0_16) samples the signal from a function generator or varying DC power supply
in Sequence B. 

When the demo is run the following is displayed in the terminal window :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ADC DMA SequenceA/B example.
ADC_DoSelfCalibration() Done.
Configuration Done.
Type in any key to trigger the conversion ...
Sequence A Conversion word : 0x80022A70
Sequence A Conversion value: 679

Sequence B Conversion word : 0x9002A600
Sequence B Conversion value: 2656

Sequence A Conversion word : 0x80022930
Sequence A Conversion value: 659

Sequence B Conversion word : 0x9002A8B0
Sequence B Conversion value: 2699

Sequence A Conversion word : 0x800228F0
Sequence A Conversion value: 655

Sequence B Conversion word : 0x9002A5E0
Sequence B Conversion value: 2654

Sequence A Conversion word : 0x80022950
Sequence A Conversion value: 661

Sequence B Conversion word : 0x9002A6F0
Sequence B Conversion value: 2671

Sequence A Conversion word : 0x800229A0
Sequence A Conversion value: 666

Sequence B Conversion word : 0x9002A7F0
Sequence B Conversion value: 2687

Sequence A Conversion word : 0x80022960
Sequence A Conversion value: 662

Sequence B Conversion word : 0x9002A8B0
Sequence B Conversion value: 2699

Sequence A Conversion word : 0x80022910
Sequence A Conversion value: 657

Sequence B Conversion word : 0x9002C0B0
Sequence B Conversion value: 3083

Sequence A Conversion word : 0x80022980
Sequence A Conversion value: 664

Sequence B Conversion word : 0x9002BEB0
Sequence B Conversion value: 3051

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
