Skip to content

Complete Project Guide

Design from Scratch using Custom Makefiles and Register Programming

The complete guide was written with the MCU MSP430 in mind to be specific. Still, the process remains the same for any other MCU with simply the instruction set and compiler commands changing for specific brands of MCU.

Test Project is displayed here: parth-20-07/Micro-Sumo-Bot

About

The complete documentation is done based on the guide provided on the YouTube channel Artful Bytes. He has created a wonderful step-by-step video guide if you need to follow it.

Content

  1. Picking the Parts for a System
  2. Design Choices for Hardware
  3. Install IDE and Run Hello World
  4. Programming without an IDE
  5. Software Architecture for Projects