You are required to program the LPC2103 board to blink the LED according to the following condition,
- When push button is pressed and hold, LED will turn ON
- When push button is released, LED will BLINK
You are required to be present in the lab to be awarded to the marks below.
- Correct and functional C program and Hex conversion (15 Marks)
- Correct setting of com port for board interfacing (5 Marks)
- Correct blink of LED with respective to push button condition (20 Marks)
You are required to provide the following info in your report to be awarded to the marks below.
- C program steps description using flow chart (10 Marks)
- Correct C code and compilation result (10 Marks)
- Discussion (10 Marks)
Hints:
There are basically 4 phases in the project development, namely hardware specification (whereby hardware is well understood and defined), hardware interfacing (connecting the computer to the hardware board), software development (whereby software developed can communicat