NEORV32 Software Framework Documentation
The NEORV32 RISC-V Processor
|
Example of an ISR driven SPI transfer. More...
Macros | |
User configuration | |
#define | BAUD_RATE 19200 |
Functions | |
void | spi_irq_handler (void) |
int | main () |
Variables | |
t_neorv32_spi | g_neorv32_spi |
Example of an ISR driven SPI transfer.
#define BAUD_RATE 19200 |
UART BAUD rate
int main | ( | void | ) |
This program demonstrates the usage of an ISR driven SPI transfer
void spi_irq_handler | ( | void | ) |
SPI Interrupt Handler