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