ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_boot_entry.h
Go to the documentation of this file.
1
27
28#pragma once
29
30#ifdef __cplusplus
31extern "C" {
32#endif
33
60void SystemInit(void);
61
84void Default_Handler(void);
85
86#if __STDC_HOSTED__ == 0
137void main(void);
138#endif
139
140#ifdef __cplusplus
141}
142#endif
void Default_Handler(void)
Catch-all handler for every exception slot nothing else claims.
void main(void)
The application entry point Reset_Handler hands control to.
Definition main.c:298
void SystemInit(void)
Earliest C code the image runs: bring the core up before RAM init.