Difference between revisions of "LED Blinking With Explore M3"
(2 intermediate revisions by 2 users not shown) | |||
Line 12: | Line 12: | ||
#[[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> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=Hardware Connection= | =Hardware Connection= | ||
Line 29: | Line 23: | ||
</html> | </html> | ||
<br><br> | <br><br> | ||
− | + | [[File:Lpc1768 LED.gif]] | |
− | = | + | =Video Tutorial= |
+ | <html> | ||
+ | <div class="embed-responsive embed-responsive-16by9"> | ||
+ | <iframe class="embed-responsive-item" src="https://www.youtube.com/embed/8mFIKMPgMQY?list=PLRuRKN7_FVguJdF-riEXE542lVSJLhDk2"></iframe> | ||
+ | </div> | ||
+ | </html> |
Latest revision as of 12:49, 15 June 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.
Prerequisites
Please check this tutorial for detailed explanation on lpc1768 Gpio configuration.
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.
Video Tutorial