https://github.com/leshow/interrupt_stm32f303
An example of using interrupts with cortex-m-rt
https://github.com/leshow/interrupt_stm32f303
Last synced: 18 days ago
JSON representation
An example of using interrupts with cortex-m-rt
- Host: GitHub
- URL: https://github.com/leshow/interrupt_stm32f303
- Owner: leshow
- License: mit
- Created: 2019-09-14T16:04:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-14T16:05:29.000Z (almost 7 years ago)
- Last Synced: 2025-01-06T05:28:38.261Z (over 1 year ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# interrupt example
This project shows a quick example of creating and setting an interrupt to be triggered on a button press and clearing the interrupt. An led on the discovery board is toggled with each button press.
Based off `cortex-m-quickstart` for the `STM32F3DISCOVERY` board.
## License
MIT Licensed, feel free to use any or none of it.