![]() |
NEORV32 Software Framework Documentation
The NEORV32 RISC-V Processor
|
Simple GPTMR timer-match interrupt example. More...
#include <neorv32.h>Macros | |
User configuration | |
| #define | BAUD_RATE 19200 |
Functions | |
| void | gptmr_firq_handler (void) |
| int | main () |
Simple GPTMR timer-match interrupt example.
| #define BAUD_RATE 19200 |
UART BAUD rate
| void gptmr_firq_handler | ( | void | ) |
GPTMR FIRQ handler.
| int main | ( | void | ) |
This program blinks an LED at GPIO.output(0) at 1Hz using the general purpose timer interrupt.