x
Menu

Embedded Systems Programming

Other,

Updated On 02 Feb, 19

Overview

Getting Started - Counting - Flow of Control - Variables and Pointers - Blinking the LED - Preprocessor and volatile - Bit-wise operators in C - Arrays and Pointer Arithmetic - Functions and the Stack - Modules, Recursion, AAPCS - Stack Overflow and Other Pitfalls of Functions - stdint.h and mixing types - structures and CMSIS - startup code part - interrupts

Includes

Lecture 1: Getting Started

4.1 ( 11 )


Lecture Details

The course is intended for beginners and is structured as a series of short, focused, hands-on lessons that teach you how to program embedded micro-controllers in C.

Ive designed this course not just to be watched, but to follow it along on your own computer. In the "Getting Started" Lesson 0, I show you how to download and install the free evaluation version of IAR EWARM and how to order the StellarisTiva LaunchPad ARM Cortex-M4 board (for just $12.99). The board is optional, as I show how to use the instruction set simulator.

My goal is not just to teach C--other courses do it already quite well. But there are virtually no courses that would step down to the machine level and show you exactly what happens inside the embedded processor.

So, starting from the next lesson-1 you will actually see how the ARM Cortex-M processor executes your code, how it manipulates registers, and how a computer can "do" things in the real world, such as turn on and off an LED.

This deeper understanding will allow you to use the C language more efficiently and with greater confidence. You will gain understanding not just what your program does, but also how the C statements translate to machine instructions and get a sense for how fast the processor can execute them. Also, you will get some familiarity with the ARM Cortex-M core, which will look really good on your resume.

The course is just beginning, so its a good time to join. Stay tuned...

Miro Samek
state-machine.com

---
Links used in this lesson
IAR EWARM download httpwww.iar.comenService-CenterDownloads
TI StellarisTiva LaunchPad board httpwww.ti.comtoolek-tm4c123gxl

Course web-page
httpwww.state-machine.comquickstart

YouTube playlist of the course
httpwww.youtube.complaylist?list=PLPW8O6W-1chwyTzI3BHwBLbGQoPFxPAPM

Ratings

4.1


9 Ratings
55%
30%
10%
3%
2%
Comments
comment person image

Sam

Excellent course helped me understand topic that i couldn't while attendinfg my college.

Reply
comment person image

Dembe

Great course. Thank you very much.

Reply
Send