Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 882 Bytes

README.rst

File metadata and controls

26 lines (17 loc) · 882 Bytes

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