NEORV32 Software Framework Documentation
The NEORV32 RISC-V Processor
Loading...
Searching...
No Matches
main.c File Reference

SLINK demo program. More...

#include <neorv32.h>
#include <string.h>

Macros

User configuration
#define BAUD_RATE   19200
 

Functions

void slink_firq_handler (void)
 
int main ()
 

Detailed Description

SLINK demo program.

Author
Stephan Nolting

Macro Definition Documentation

◆ BAUD_RATE

#define BAUD_RATE   19200

UART BAUD rate

Function Documentation

◆ main()

int main ( void )

Simple SLINK demo program.

Note
This program requires the UART0 and the SLINK to be synthesized.
Returns
=! 0 if execution failed.

◆ slink_firq_handler()

void slink_firq_handler ( void )

SLINK interrupt handler.