An open API service indexing awesome lists of open source software.

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

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.