Giter Site home page Giter Site logo

msp430-lunchpad's Introduction

MSP430-Lunchpad

The purpose of this repository is to present several projects built on the MSP430 Launchpad. All projects were built using Code Composer Studio and the MSP430G2553 processor. The following is a list of projects with a short description. Source code for each is located in source/ccs/project.

Project Listing


  • msp430_blink1: Initializes leds, button as interrupt, spi, and uart interface. Implements a very simple command handler for uart data.

  • msp430_qpn: A simple project that uses QP Nano.

  • msp430_Code Oscillator: For practice sending CW using a straight key, sideswiper, or bug. Ground Pin P2.0 to generate a 580 hz square wave out of Pin P2.1. Green and red leds alternate on key-up and -down.

  • msp430_task: A tasking project that makes use of a single timer and a while loop to create a simple tasker. The timer is configured to interrupt every 1ms, which runs the tasker. The task files, task.c/.h are portable and can be reused in other applications. See msp430_tasksigs for an extension on this project, that adds ability for one task to send a message to another task.

  • msp430_tasksig: Tasking project that uses a timer, a while loop, and two tasks. One task sends a message to be evaluated by another task. Messages are posted to an array of TaskMessages. The receiver task reads all messages in the array when the task runs (ie, clears all messages). So far, no checks are perfomred in the timer isr if a task is busy processing messages.

  • msp_430_MooreFSM: A project that uses a simple Moore finite state machine. The project contains 4 states and an input value that takes a value from 0 to 3. Toggle the state by pressing the user button. State pattern: input 0 - state0, input 1 - state 1.. etc. Each state runs the cooresponding state function. State_t defintion also contains an entry function pointer to run on trnasition from one state to the next.

msp430-lunchpad's People

Contributors

suvendudash avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.