ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
payload_image.h File Reference

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>
Include dependency graph for payload_image.h:
This graph shows which files directly or indirectly include this file:

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).

Detailed Description

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.

Variable Documentation

◆ s_payload_image

const uint8_t s_payload_image[32]
static
Initial value:
= {
0x00, 0x00, 0x06, 0x22, 0x09, 0x00, 0x02, 0x22, 0x03, 0x4A, 0x04, 0x4B, 0x1A, 0x60, 0x00, 0x22,
0x5A, 0x60, 0x5A, 0x68, 0x01, 0x32, 0xFB, 0xE7, 0xDE, 0xC0, 0x10, 0x97, 0x00, 0x00, 0x01, 0x22,
}

Copy-to-run demo payload image (vector table + reset stub).

Definition at line 18 of file payload_image.h.

Referenced by main().