Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/adolbyb/msp430g2553-labs
- Owner: ADolbyB
- Created: 2023-01-17T04:04:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-20T22:39:21.000Z (over 1 year ago)
- Last Synced: 2024-11-19T15:57:31.396Z (3 months ago)
- Topics: assembler, assembly, c, embedded-c, embedded-systems, msp430, msp430g2553, texas-instruments, ti-msp430
- Language: Assembly
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.