NEORV32 - Software Framework Documentation
Loading...
Searching...
No Matches
Functions | Variables
main.c File Reference

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}
 

Detailed Description

CRC demo program.

Author
Stephan Nolting

Macro Definition Documentation

◆ BAUD_RATE

#define BAUD_RATE   19200

UART BAUD rate

Function Documentation

◆ main()

int main ( void )

Simple demo program to showcase the NEORV32 CRC unit.

Note
This program requires UART0 and the CRC unit to be synthesized. The DMA controller is optional.
Returns
Irrelevant.