NEORV32 Software Framework Documentation
The NEORV32 RISC-V Processor
|
CRC demo program. More...
#include <neorv32.h>
Macros | |
User configuration | |
#define | BAUD_RATE 19200 |
Functions | |
int | main () |
Variables | |
const uint8_t | test_string [] = {0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x38, 0x00} |
CRC demo program.
#define BAUD_RATE 19200 |
UART BAUD rate
int main | ( | void | ) |
Simple demo program to showcase the NEORV32 CRC unit.