Git Product home page Git Product logo

freertos-ez430's Introduction

This is a port of the FreeRTOSV6.1.1 Demo to the ez430-RF2500 Wireless
development tool using Code Composer Studio v4.2. Running the demo on the ez430 
requires no additional hardware, so you should be able to just compile and debug.

The eZ430-RF2500 uses the MSP430F2274 which contains 1KB of RAM and 32KB of flash
memory. The number of concurrent tasks is very limited due to th small RAM size,
but this demo is still very useful for learning how to use FreeRTOS.

I have completed porting the LED flashing tasks (vStartLEDFlashTasks) and the 
serial communication tasks (vAltStartComTestTasks) and both are fully operational.
However, in my testing, it is not possible to enable the LED flashing and serial
communication tasks at the same time. I have not investigate the cause yet, 
but it is probably related to memory constraints. At any rate, there are only 
two LEDs on the board, so it is better to run the tasks separately if you want
meaningful visual feedback.

To enable/disable tasks, just comment out/in the relevant lines of code in main()

Currently working demo tasks:
vStartLEDFlashTasks - flashes the two LEDs at different rates
vAltStartComTestTasks - UART of serial pins in loopback mode, repeatedly sends
                        the letters A-X at uneven intervals. 


More information coming soon.

freertos-ez430's People

Contributors

the0b avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

ggiobe

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.