Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zceemja/msp430emu
Improved MSP430 emulator with GUI from https://github.com/RudolfGeosits/MSP430-Emulator
https://github.com/zceemja/msp430emu
emulator msp430 msp430g2553 ti-msp430
Last synced: 4 days ago
JSON representation
Improved MSP430 emulator with GUI from https://github.com/RudolfGeosits/MSP430-Emulator
- Host: GitHub
- URL: https://github.com/zceemja/msp430emu
- Owner: zceemja
- Created: 2021-02-02T17:08:51.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-22T09:35:38.000Z (almost 3 years ago)
- Last Synced: 2024-11-22T05:25:14.609Z (2 months ago)
- Topics: emulator, msp430, msp430g2553, ti-msp430
- Language: C
- Homepage:
- Size: 284 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# MSP430 Emulator with GUI
A python wrapper for MSP430 emulator. Emulator itself has been taken from
[https://github.com/RudolfGeosits/MSP430-Emulator](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.
## SetupMore detailed description for multiple platforms will be added.
Install latest via pip:
```bash
pip install https://github.com/zceemja/msp430emu/archive/master.zip
```## Work Done
List of features that are added:
- [x] Source build on linux
- [x] Source build on windows
- [x] Source build on mac
- [x] Working Emulator
- [x] Python GUI
- [x] Blinking LEDs
- [x] UART Serial output
- [x] UART Serial input
- [x] Reset button
- [x] Button for P1.3
- [x] Interrupts
- [x] Timer A
- [x] PWM Signals
- [x] Unbiased circuit simulation (due to internal pull-up/down resistors)
- [ ] Watchdog Timer
- [ ] GPIO Oscilloscope
- [ ] Port 2 GPIO
- [ ] Invalid register configuration checks
- [x] Information about UART Band
- [ ] ADC