![]() |
NEORV32 - Software Framework Documentation
|
Using the RISC-V trigger module from machine-mode. More...
Macros | |
User configuration | |
#define | BAUD_RATE 19200 |
Functions | |
void | dummy_function (void) |
int | main () |
Using the RISC-V trigger module from machine-mode.
#define BAUD_RATE 19200 |
UART BAUD rate
void dummy_function | ( | void | ) |
Just a simple dummy function that will fire the trigger module.
int main | ( | void | ) |
Example program to show how to cause an exception when reaching a specific instruction address using the RISC-V trigger module.