sd_mbr_command_vector_table_base_set_t

S120 SoftDevice v2.1.0 API

S120 SoftDevice v2.1.0

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

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
address set 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

Field Documentation

uint32_t sd_mbr_command_vector_table_base_set_t::address

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


Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone .