Patched version of nrf51822 FOTA compatible driver, with GPTIO disabled, as it clashed with the mbed definitions...

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

SOFTDEVICE_INFORMATION_Type Struct Reference

SOFTDEVICE_INFORMATION_Type Struct Reference
[Types and definitions.]

Structure holding SoftDevice information to be used by the Bootloader/DFU. More...

#include <dfu_types.h>

Data Fields

uint8_t info_size
 Not used.
uint8_t reserved1 [3]
 Not used.
uint32_t magic_number
 Not used.
uint32_t softdevice_size
 Size field containing the size of installed SoftDevice.
uint16_t firmware_id
 Firmware id.
uint8_t reserved2 [2]
 Not used.

Detailed Description

Structure holding SoftDevice information to be used by the Bootloader/DFU.

Only size field is used.

Definition at line 33 of file dfu_types.h.


Field Documentation

uint16_t firmware_id

Firmware id.

Definition at line 39 of file dfu_types.h.

uint8_t info_size

Not used.

Definition at line 35 of file dfu_types.h.

uint32_t magic_number

Not used.

Definition at line 37 of file dfu_types.h.

uint8_t reserved1[3]

Not used.

Definition at line 36 of file dfu_types.h.

uint8_t reserved2[2]

Not used.

Definition at line 40 of file dfu_types.h.

uint32_t softdevice_size

Size field containing the size of installed SoftDevice.

Definition at line 38 of file dfu_types.h.