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
29
30
#include <stdint.h>
31
32
#include "
ra8_boot_entry.h
"
33
49
volatile
uint32_t
g_cpu1_pingpong_s_fallback_count
= 0U;
50
67
void
main
(
void
)
68
{
69
g_cpu1_pingpong_s_fallback_count
= 1U;
70
71
for
(;;) {
72
__asm__
volatile
(
"nop"
);
73
}
74
}
main
void main(void)
Secure fallback main entry point.
Definition
main.c:37
g_cpu1_pingpong_s_fallback_count
volatile uint32_t g_cpu1_pingpong_s_fallback_count
Bench diagnostic: bumps when the S-side fallback main runs.
Definition
main.c:49
ra8_boot_entry.h
Boot entry points shared between a vector table and its startup code.
examples
ek_ra8d2
hil_needs_revalidation
cpu1_pingpong_ipc
src
main.c
Generated by
1.16.1