/platform-timsp430emu

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

Primary LanguagePythonApache License 2.0Apache-2.0

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.