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

NRF_UICR_Type Struct Reference

NRF_UICR_Type Struct Reference
[Device_Peripheral_Registers]

User Information Configuration. More...

#include <nrf51.h>

Data Fields

__IO uint32_t CLENR0
__IO uint32_t RBPCONF
__IO uint32_t XTALFREQ
__I uint32_t FWID
__IO uint32_t BOOTLOADERADDR

Detailed Description

User Information Configuration.

(UICR)

Definition at line 1172 of file nrf51.h.


Field Documentation

__IO uint32_t BOOTLOADERADDR

Bootloader start address.

Definition at line 1178 of file nrf51.h.

__IO uint32_t CLENR0

< UICR Structure Length of code region 0.

Definition at line 1173 of file nrf51.h.

__I uint32_t FWID

Firmware ID.

Definition at line 1177 of file nrf51.h.

__IO uint32_t RBPCONF

Readback protection configuration.

Definition at line 1174 of file nrf51.h.

__IO uint32_t XTALFREQ

Reset value for CLOCK XTALFREQ register.

Definition at line 1175 of file nrf51.h.