Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adolbyb/msp430g2553-labs

A collection of programs I wrote in C and Assembly specifically for the MSP430-G2553 Dev board as part of an Intro to Microprocessors Class.
https://github.com/adolbyb/msp430g2553-labs

assembler assembly c embedded-c embedded-systems msp430 msp430g2553 texas-instruments ti-msp430

Last synced: 14 days ago
JSON representation

A collection of programs I wrote in C and Assembly specifically for the MSP430-G2553 Dev board as part of an Intro to Microprocessors Class.

Awesome Lists containing this project

README

        

# MSP430-G2553 Labs

A collection of programs I wrote in C and Assembly specifically for the MSP430-G2553 Dev board as part of an Intro to Microprocessors Class.

This code was originally written with [TI Code Composer Studio IDE](https://www.ti.com/tool/CCSTUDIO).
For the C programming, [Energia IDE](https://energia.nu/download/) is a much more lightweight option I tested which will also flash the microcontroller.

## Status

![GitHub repo size](https://img.shields.io/github/repo-size/ADolbyB/msp430g2553-labs?label=Repo%20Size&logo=Github)

### Notes:

Update: All assembly code has been updated for neatness and proper formatting. I had originally used multiple `tabs` to delimit commands and comments with proper spacing, but this became problematic for display in GitHub. I replaced all the `tabs` with `spaces` and now the code is properly formatted.