Giter VIP home page Giter VIP logo

msp430-emulator's Introduction

MSP430 Emulator

You can use this emulator online now at: https://msp430.online

  • Providing a complete software model of the MSP430 16-bit instruction set

  • An interactive debugger for advanced development and in depth firmware/hardware analysis

  • Peripherals include:

    • GPIO Ports (LEDs and other pins)
    • UART Serial Communication (via USCI Module)
    • PWM Servo Motor Control
    • Timer_A (in progress)
    • BCM+ (in progress)

    The project goal is to emulate all peripherals and devices on the TI MSP430 Launchpad starter kit, to be able to run all firmware that would run on the physical device and programmatically test hardware inputs like UART / other digital ports. The emulator is written in C/C++ and acts as an API to the MCU.

    Please contact [email protected] if you are interested in using this tool for educational or industrial purposes. Thank you!

Interface.PNG


  • Build Instructions for API

    • Install dependencies via ./install_deps.sh
    • navigate to the root of the source tree
    • type 'make'
  • User Instructions for online interface

  • Documentation & Sample Programs:

  • TODO

    • Basic Clock Module / Timer
    • Instructions
      • DADD (BCD math)
      • RETI (Return from Interrupt)

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.