Git Product home page Git Product logo

msp430's Introduction

MSP430

Lab work with the Texas Instruments MSP430 microcontroller. The instructions were written by INSA Lyon (France) hardware architecture professors.

Objectives

This project aims to experiment with low level concepts such as:

  • The architecture of a microcontroller
  • Some aspects of compilation
  • Assembly programming
  • Hardware interrupts

During this project, we:

  • Read the microcontroller, board and compiler documentations
  • Implemented a simple driver for the built-in LCD display
  • Implemented a (somewhat) random number generator by taking advantage of numbers' representation in memory
  • Implemented a stopwatch using hardware interrupts

Tools

  • In order to upload code and debug, we used IAR Workbench, an IDE provided by Texas Instrument. (The various .dep, .ewd, .ewp, etc are project files for this IDE).
  • The code was compiled with the built-in compiler, which contains MSP430-specific C extensions.
  • msp430fg4618.h is a lib which provides many useful constants to work with the MSP430.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.