Graphical wrapper for https://github.com/RudolfGeosits/MSP430-Emulator

Min 63d0896c2c Misc info bg fix 4 anni fa
emulator b7fd4563ab PWM math for UP-DOWN mode 4 anni fa
msp430emu 63d0896c2c Misc info bg fix 4 anni fa
.gitignore 60d3481e9a Minor fixes 4 anni fa
readme.md 03475467ac Working timer A0 PWM and interrupts 4 anni fa
requirements.txt 69f9623b52 Removed websockets 4 anni fa
setup.py c88a11ae10 Interrupts and Timing 4 anni fa

readme.md

MSP430 Emulator with GUI

A python wrapper for MSP430 emulator. Emulator itself has been taken from https://github.com/RudolfGeosits/MSP430-Emulator

It has been modified to work without websocket or any other 3rd party libraries, enabling it to be easily compiled on any platform.

Setup

More detailed description for multiple platforms will be added.

Install latest via pip:

pip install https://github.com/zceemja/msp430emu/archive/master.zip

Work Done

List of features that are added:

  • Source build on linux
  • Source build on windows
  • Source build on mac
  • Working Emulator
  • Python GUI
  • Blinking LEDs
  • UART Serial output
  • UART Serial input
  • Reset button
  • Button for P1.3
  • Interrupts
  • Timer A
  • PWM Signals
  • Unbiased circuit simulation (due to internal pull-up/down resistors)
  • Watchdog Timer
  • GPIO Oscilloscope
  • Port 2 GPIO
  • Invalid register configuration checks
  • Information about UART Band
  • ADC