![]() |
NEORV32 - Software Framework Documentation
|
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) |
uint32_t | hexstr_to_uint (char *buffer, uint8_t length) |
int | main () |
SDI test program (direct access to the SDI module).
#define BAUD_RATE 19200 |
UART BAUD rate
uint32_t hexstr_to_uint | ( | char * | buffer, |
uint8_t | length | ||
) |
Helper function to convert N hex chars string into uint32_T
[in,out] | buffer | Pointer to array of chars to convert into number. |
[in,out] | length | Length of the conversion string. |
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.