Difference between revisions of "LED Blinking With Explore M3"
Line 16: | Line 16: | ||
=Hardware Connection= | =Hardware Connection= | ||
− | + | ExploreM3 comes with on board led connected to pin 13. | |
<br><br><br> | <br><br><br> | ||
Revision as of 15:04, 24 April 2016
In this tutorial we will see how to blink the LED using the explore Embedded bare metal libraries.
References
Please check the below link for detailed explanation on LPC1768 GPIO's configuration.
LPC1768 GPIO Configuration
Project Setup
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.