Line 3: Line 3:
 
Please check the below link for detailed explanation on LPC1768 GPIO's configuration.<br>
 
Please check the below link for detailed explanation on LPC1768 GPIO's configuration.<br>
 
[[LPC1768: Register Configuration(lpc17xx.h)|LPC1768 GPIO Configuration]]  
 
[[LPC1768: Register Configuration(lpc17xx.h)|LPC1768 GPIO Configuration]]  
<br><br>
+
<br><br><br>
  
 
=Project Setup=
 
=Project Setup=
Line 11: Line 11:
 
#[[Setting Up ARM GCC For ExploreM3 LPC1768|ARM GCC Setup]]
 
#[[Setting Up ARM GCC For ExploreM3 LPC1768|ARM GCC Setup]]
 
#[[Setting Up ARM GCC And Eclipse For ExploreM3 LPC1768|Eclipse & ARM GCC Setup]]
 
#[[Setting Up ARM GCC And Eclipse For ExploreM3 LPC1768|Eclipse & ARM GCC Setup]]
 +
<br><br>
  
 
=Hardware Connection=
 
=Hardware Connection=
 
Similar to arduino the LED is connected to pin number 13.
 
Similar to arduino the LED is connected to pin number 13.
 +
<br><br><br>
  
 
=Code=
 
=Code=

Revision as of 14:55, 24 April 2016

In this tutorial we will see how to blink the LED using the explore Embedded bare metal libraries.
Please check the below link for detailed explanation on LPC1768 GPIO's configuration.
LPC1768 GPIO Configuration


Project Setup

Check the below links to setup the project for generating the .bin file.

  1. Keil4 Setup
  2. Keil5 Setup
  3. ARM GCC Setup
  4. Eclipse & ARM GCC Setup



Hardware Connection

Similar to arduino the LED is connected to pin number 13.


Code

Below is the sample code the blink the LED connected at pin 13.


Demo