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
Contents
Project Setup
Check the below links to setup the project for generating the .bin file.
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.