|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
GENERATED by examples/ek_ra8d2/hw_validated/hil/dfu_copy_to_run/scripts/ build_payload.sh from src/payload.c – do not edit. More...
#include <stdint.h>Go to the source code of this file.
Variables | |
| static const uint8_t | s_payload_image [32] |
| Copy-to-run demo payload image (vector table + reset stub). | |
GENERATED by examples/ek_ra8d2/hw_validated/hil/dfu_copy_to_run/scripts/ build_payload.sh from src/payload.c – do not edit.
The copy-to-run demo payload (linked at k_ra8_dfu_run_base) as a byte array, embedded by main.c and launched via ra8_dfu_launch. Re-run examples/ek_ra8d2/hw_validated/hil/dfu_copy_to_run/scripts/ build_payload.sh and commit this file when needed.
Definition in file payload_image.h.
|
static |
Copy-to-run demo payload image (vector table + reset stub).
Definition at line 18 of file payload_image.h.
Referenced by main().