Line 2: Line 2:
 
In this tutorial we will see how to blink the LED using the explore Embedded bare metal libraries.<br>
 
In this tutorial we will see how to blink the LED using the explore Embedded bare metal libraries.<br>
 
Please check the below links for detailed explanation on LPC1768 GPIO's configuration and access them.
 
Please check the below links for detailed explanation on LPC1768 GPIO's configuration and access them.
#[[LPC1768: Register Configuration(lpc17xx.h)|LPC1768 GPIO Configuration]]  
+
[[LPC1768: Register Configuration(lpc17xx.h)|LPC1768 GPIO Configuration]]  
 
<br><br>
 
<br><br>
 
  
 
=Project Setup=
 
=Project Setup=

Revision as of 13:58, 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 links for detailed explanation on LPC1768 GPIO's configuration and access them. 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