Difference between revisions of "LED Blinking With Explore M3"
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> | In this tutorial we will see how to blink the LED using the explore Embedded bare metal libraries.<br> | ||
− | The libraries can be used on | + | The libraries can be used on different platforms like Keil, ARM GCC, GCC And Eclipse etc.<br> |
Please refer <b>Project Setup Section</b> for setting up the platforms. | Please refer <b>Project Setup Section</b> for setting up the platforms. | ||
<br><br> | <br><br> |
Revision as of 11:47, 25 April 2016
In this tutorial we will see how to blink the LED using the explore Embedded bare metal libraries.
The libraries can be used on different platforms like Keil, ARM GCC, GCC And Eclipse etc.
Please refer Project Setup Section for setting up the platforms.
References
Please check the below link for detailed explanation on LPC1768 GPIO's configuration.
LPC1768 GPIO Configuration
Project Setup
If you are doing it for the first time then, check the below links to setup the project for generating the .bin file.
Hardware Connection
ExploreM3 comes with on board led connected to pin 13.
Code
Below is the sample code the blink the LED connected to pin 13.