NEORV32 Software Framework Documentation
The NEORV32 RISC-V Processor
|
Simple dual-core SMP demo program. More...
Macros | |
#define | BAUD_RATE 19200 |
Functions | |
int | main_core1 (void) |
int | main (void) |
Variables | |
volatile uint8_t | core1_stack [2048] |
Simple dual-core SMP demo program.
#define BAUD_RATE 19200 |
User configuration
int main | ( | void | ) |
Main function for core 0 (primary core).
int main_core1 | ( | void | ) |
Main function for core 1 (secondary core).
volatile uint8_t core1_stack[2048] |
Global variables