R1 code for micro:bit based train controller code, requires second micro:bit running rx code to operate - see https://meanderingpi.wordpress.com/ for more information

Fork of nrf51-sdk by Lancaster University

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 NRFHW [12]
__IO uint32_t CUSTOMER [32]
__IO uint32_t NRFFW [15]
__IO uint32_t BOOTLOADERADDR

Detailed Description

User Information Configuration.

(UICR)

Definition at line 1118 of file nrf51.h.


Field Documentation

__IO uint32_t BOOTLOADERADDR

Bootloader start address.

Definition at line 1127 of file nrf51.h.

__IO uint32_t CLENR0

< UICR Structure Length of code region 0.

Definition at line 1119 of file nrf51.h.

__IO uint32_t CUSTOMER[32]

Reserved for customer.

Definition at line 1130 of file nrf51.h.

__I uint32_t FWID

Firmware ID.

Definition at line 1123 of file nrf51.h.

__IO uint32_t NRFFW[15]

Reserved for Nordic firmware design.

Definition at line 1126 of file nrf51.h.

__IO uint32_t NRFHW[12]

Reserved for Nordic hardware design.

Definition at line 1129 of file nrf51.h.

__IO uint32_t RBPCONF

Readback protection configuration.

Definition at line 1120 of file nrf51.h.

__IO uint32_t XTALFREQ

Reset value for CLOCK XTALFREQ register.

Definition at line 1121 of file nrf51.h.