https://github.com/mc-cat-tty/msp430-hal
https://github.com/mc-cat-tty/msp430-hal
adc debug debugging-tools drivers gpio gpio-library gpio-pins hal libraries microcontroller microprocessor msp430 msp430f5529 peripheral-drivers peripherals serial-communication temperature-sensor timer timer-manager uart
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mc-cat-tty/msp430-hal
- Owner: mc-cat-tty
- Created: 2020-10-26T18:07:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-14T16:40:36.000Z (almost 5 years ago)
- Last Synced: 2025-06-19T22:05:06.752Z (4 months ago)
- Topics: adc, debug, debugging-tools, drivers, gpio, gpio-library, gpio-pins, hal, libraries, microcontroller, microprocessor, msp430, msp430f5529, peripheral-drivers, peripherals, serial-communication, temperature-sensor, timer, timer-manager, uart
- Language: C++
- Homepage:
- Size: 24.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MSP430 HAL
HAL - Hardware Abstraction Layer - for MSP430. Tested and designed on F5529 model
## Usage
Compile with ```-std=c++0x``` as **build flag**
Tested with ***MSP430-GCC*** compiler
## TimerA::Timer
Timer_A abstraction with multiple callback functions manager implementation
## Debug
Collection of tools for embedded systems debugging. Freestanding (stand-alone) library: no external dependencies to simplify debugging process and portability