Nordic stack and drivers for the mbed BLE API

Dependents:   idd_hw5_bleFanProto

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

sd_mbr_command_vector_table_base_set_t Struct Reference

sd_mbr_command_vector_table_base_set_t Struct Reference
[Types]

Sets the base address of the interrupt vector table for interrupts forwarded from the MBR. More...

#include <nrf_mbr.h>

Data Fields

uint32_t address
 The base address of the interrupt vector table for forwarded interrupts.

Detailed Description

Sets the base address of the interrupt vector table for interrupts forwarded from the MBR.

Once this function has been called, this address is where the MBR will start to forward interrupts to after a reset.

To restore default forwarding thiss function should be called with

Parameters:
addressset to 0. The MBR will then start forwarding to interrupts to the adress in NFR_UICR->BOOTADDR or to the SoftDevice if the BOOTADDR is not set.
Return values:
NRF_SUCCESS

Definition at line 117 of file nrf_mbr.h.


Field Documentation

uint32_t address

The base address of the interrupt vector table for forwarded interrupts.

Definition at line 119 of file nrf_mbr.h.