Our website is under construction. Please stay tuned!

dwm_boot_cfg_get

This call is available only on the ethernet gateway. Get the bootloader configuration. Refer to dwm_boot_cfg_set for more information.

void dwm_boot_cfg_get(dwm_mac_addr_list_t *mac_addr_list)
Parameters
  • input – (none)

  • output – status_code, boot_delay

  • boot_delay – ? 32-bit unsigned integer ? (the delay in milliseconds)

SPI/UART example

TLV request

type

length

0x27

0x00

Type 0x27 (39) means command dwm_boot_cfg_get

TLV response

type

Length

value

type

length

value

0x40

0x01

0x00

0x60

0x04

The booting delay in mill iseconds, maximum permitted Value is 10000

0xB8 0x0B 0x00 0x00

Type 0x40 means status code
Type 0x60 (96) means bootloader configuration