Skip to content

eigenholser/embedded_programming_intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to Embedded Systems Programming

Materials for OpenWest 2016 talk on Friday July 15.

The slides are reveal.js. They may be viewed as intended just by opening the HTML file index.html in your browser. Several slides depend on PNG images in the ./figures directory.

To view the slides, just open index.html in your browser:

cd slides
firefox index.html

To build the code you'll need to download and install Code Composer Studio. You can find it on the Texas Instruments website with complete instructions. Import the demo project and it will build.

To run you will need a Stellaris Launchpad board.

Connect to the serial port to see debugging messages via the UART:

cu --line /dev/ttyACM0 --speed 115200 --parity=none

About

Introduction to embedded programming using TM4C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published