ra8-firmware
0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
main.c
Go to the documentation of this file.
1
18
19
#include <stdint.h>
20
21
#include "
ra8_boot_entry.h
"
22
28
volatile
uint32_t
g_tz_threadx_demo_fallback_count
= 0U;
29
34
void
main
(
void
)
35
{
36
g_tz_threadx_demo_fallback_count
= 1U;
37
38
for
(;;) {
39
__asm__
volatile
(
"nop"
);
40
}
41
}
main
void main(void)
Secure fallback main entry point.
Definition
main.c:37
g_tz_threadx_demo_fallback_count
volatile uint32_t g_tz_threadx_demo_fallback_count
Diagnostic counter incremented if Secure fallback main is reached.
Definition
main.c:28
ra8_boot_entry.h
Boot entry points shared between a vector table and its startup code.
examples
ek_ra8d2
hw_pending
tz_threadx_demo
src
main.c
Generated by
1.16.1