BootLoader information definition. More...
#include <gr55xx_dfu.h>
Data Fields | |
| uint32_t | bin_size |
| uint32_t | check_sum |
| uint32_t | load_addr |
| uint32_t | run_addr |
| uint32_t | xqspi_xip_cmd |
| uint32_t | xqspi_speed: 4 |
| uint32_t | code_copy_mode: 1 |
| uint32_t | system_clk: 3 |
| uint32_t | check_image:1 |
| uint32_t | boot_delay:1 |
| uint32_t | is_dap_boot:1 |
| uint32_t | reserved:21 |
BootLoader information definition.
| uint32_t boot_info_t::bin_size |
Firmware Size.
| uint32_t boot_info_t::boot_delay |
Bit: Boot delay flag.
| uint32_t boot_info_t::check_image |
Bit: 8 check image.
| uint32_t boot_info_t::check_sum |
Firmware Check Sum Value.
| uint32_t boot_info_t::code_copy_mode |
Bit: 4 code copy mode. 0:XIP,1:QSPI.
| uint32_t boot_info_t::is_dap_boot |
Bit: 11 check if boot dap mode.
| uint32_t boot_info_t::load_addr |
Firmware Load Address.
| uint32_t boot_info_t::reserved |
Bit: 24 reserved.
| uint32_t boot_info_t::run_addr |
Firmware Run Address.
| uint32_t boot_info_t::system_clk |
Bit: 5-7 system clock. 0:64 MHz, 1:48 MHz, 2:32 MHz(xo), 3:24 MHz, 4:16 MHz, 5:32 MHz(cpll).
| uint32_t boot_info_t::xqspi_speed |
Bit: 0-3 clock speed. 0 :64 MHz, 1:48 MHz, 2:32 MHz, 3:24 MHz, 4:16 MHz.
| uint32_t boot_info_t::xqspi_xip_cmd |
XIP Read Mode. 0x03: Read mode, 0x0B: Fast Read mode, 0x3B: DualOut Fast Read mode, 0xBB: DualIO Fast Read mode, 0x6B: QuadOut Fast Read mode, 0xEB: QuadIO Fast Read mode