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)
- Install PlatformIO
- 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
...
- Upload code. Upon uploading, PlatformIO will open emulator program.
Please navigate to documentation.