Quantcast
Channel: Microcontrollers
Viewing all articles
Browse latest Browse all 4923

Led blink on Cortex M3

$
0
0
I just installed keil in my computer for ARM. I am beginner for LM3S328. I want to work with LM3S328. I am trying to blink led on LM3S328. I don't have knowledge about LM3S328. I need to connect the LED to one of port pin and after that I have to set pin high then delay then low this process will repeat forever.
Code (C):
  1. /* Main.c file generated by New Project wizard
  2. *
  3. * Created:   Mon Feb 12 2018
  4. * Processor: LM3S328
  5. * Compiler:  Keil for ARM
  6. */
  7.  
  8. #include <lm3s_cmsis.h>
  9.  
  10. int main (void)
  11. {...
Led blink on Cortex M3

Viewing all articles
Browse latest Browse all 4923

Trending Articles