NEORV32 Software Framework Documentation
The NEORV32 RISC-V Processor
|
SDI test program (direct access to the SDI module). More...
Macros | |
User configuration | |
#define | BAUD_RATE 19200 |
Functions | |
void | sdi_put (void) |
void | sdi_get (void) |
int | main () |
SDI test program (direct access to the SDI module).
#define BAUD_RATE 19200 |
UART BAUD rate
int main | ( | void | ) |
This program provides an interactive console for the SDI module.
void sdi_get | ( | void | ) |
Read data from SDI RX buffer.
void sdi_put | ( | void | ) |
Write data to SDI TX buffer.