Skip to content

This is a clone of PlatformIO MSP430 platform, except uploader is replaced with software emulator

License

Notifications You must be signed in to change notification settings

zceemja/platform-timsp430emu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TI MSP430 Emulator: development platform for PlatformIO

This is a clone of PlatformIO MSP430 platform, except uploader is replaced with software emulator. Emulator is only available for MSP-EXP430G2553LP board.

MSP430 microcontrollers (MCUs) from Texas Instruments (TI) are 16-bit, RISC-based, mixed-signal processors designed for ultra-low power. These MCUs offer the lowest power consumption and the perfect mix of integrated peripherals for thousands of applications.

  • Home (home page in PlatformIO Platform Registry)
  • Documentation (advanced usage, packages, boards, frameworks, etc.)
  • Emulator (emulator source code, list of implemented features)

Usage

  1. Install PlatformIO
  2. Create PlatformIO project and configure a platform option in platformio.ini file:
[env:lpmsp430g2553-emu]
platform = https://github.com/zceemja/platform-timsp430emu.git
board = lpmsp430g2553
framework = arduino
...
  1. Upload code. Upon uploading, PlatformIO will open emulator program.

Configuration

Please navigate to documentation.

About

This is a clone of PlatformIO MSP430 platform, except uploader is replaced with software emulator

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages