Line 7: Line 7:
  
 
=Register Configuration=
 
=Register Configuration=
 +
As all the LPC1768 SFRs(Special Function Registers) are configured in lpc17xx.h, this has to be included at the beginning of our project/code.
  
 
=Schematic=
 
=Schematic=
  
 
=Example=
 
=Example=

Revision as of 12:10, 16 May 2015


Objective

This is first example on LPC1768 where we start with blinking the LEDs. In this tutorials we are going to discuss how to configure the LPC1768 ports for GPIO and then to use to send a low/high signal on it.

Register Configuration

As all the LPC1768 SFRs(Special Function Registers) are configured in lpc17xx.h, this has to be included at the beginning of our project/code.

Schematic

Example