Line 1: Line 1:
 
[[Category:Explore M3 Bare Metal]]
 
[[Category:Explore M3 Bare Metal]]
In this tutorial we will see how to blink the LED using the explore Embedded bare metal libraries.<br><br><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.
 +
#[[LPC1768: Register Configuration(lpc17xx.h)|LPC1768 GPIO Configuration]]
 +
<br><br>
  
  

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.

  1. 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