Difference between revisions of "LED Blinking With Explore M3"
Line 7: | Line 7: | ||
=Project Setup= | =Project Setup= | ||
− | If you are doing it for the first time | + | If you are doing it for the first time, then check the below links to setup the project for generating the .bin file. |
#[[LPC1768: Keil Project For Bin File|Keil4 Setup]] | #[[LPC1768: Keil Project For Bin File|Keil4 Setup]] | ||
#[[Setting Up Keil5 For ExploreM3|Keil5 Setup]] | #[[Setting Up Keil5 For ExploreM3|Keil5 Setup]] | ||
Line 13: | Line 13: | ||
#[[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> | <br><br> | ||
− | |||
=References= | =References= |
Revision as of 13:29, 28 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.
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.
References
Please check the below link for detailed explanation on LPC1768 GPIO's configuration.
LPC1768 GPIO Configuration
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.