ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
payload_image.h
Go to the documentation of this file.
1
12
13#pragma once
14
15#include <stdint.h>
16
18alignas(4) static const uint8_t s_payload_image[32] = {
19 0x00, 0x00, 0x06, 0x22, 0x09, 0x00, 0x02, 0x22, 0x03, 0x4A, 0x04, 0x4B, 0x1A, 0x60, 0x00, 0x22,
20 0x5A, 0x60, 0x5A, 0x68, 0x01, 0x32, 0xFB, 0xE7, 0xDE, 0xC0, 0x10, 0x97, 0x00, 0x00, 0x01, 0x22,
21};
static const uint8_t s_payload_image[32]
Copy-to-run demo payload image (vector table + reset stub).