![]() |
NEORV32 Software Framework Documentation
The NEORV32 RISC-V Processor
|
Simple execution trace demo program. More...
#include <neorv32.h>
Macros | |
#define | BAUD_RATE 19200 |
Functions | |
void | tracer_irq_handler (void) |
void | ecall_exc_handler (void) |
void | test_code (void) |
int | main (void) |
Simple execution trace demo program.
#define BAUD_RATE 19200 |
User configuration
void ecall_exc_handler | ( | void | ) |
Environment Call Exception Handler. We want to trace how we got here.
int main | ( | void | ) |
Main function for core 0 (primary core).
void test_code | ( | void | ) |
This is the function we want to trace.
void tracer_irq_handler | ( | void | ) |
TRACER interrupt handler.