|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
CPU0 (M85) Secure world fallback for the trustzone_threadx_demo. More...
Go to the source code of this file.
Functions | |
| void | main (void) |
| Secure fallback main entry point. | |
Variables | |
| volatile uint32_t | g_tz_threadx_demo_fallback_count = 0U |
| Diagnostic counter incremented if Secure fallback main is reached. | |
CPU0 (M85) Secure world fallback for the trustzone_threadx_demo.
Under normal execution, SystemInit runs ra8_trustzone_init which transitions the CPU directly to the Non-Secure world to run ThreadX.
If the transition fails, main() serves as a fallback.
Definition in file main.c.
| void main | ( | void | ) |
Secure fallback main entry point.
The application entry point Reset_Handler hands control to.
Definition at line 34 of file main.c.
References g_tz_threadx_demo_fallback_count.