S130 SoftDevice v2.0.1
Macros
Fault ID types

Macros

#define NRF_FAULT_ID_SD_ASSERT   (NRF_FAULT_ID_SD_RANGE_START + 1)
 
#define NRF_FAULT_ID_APP_MEMACC   (NRF_FAULT_ID_APP_RANGE_START + 1)
 

Detailed Description

Macro Definition Documentation

#define NRF_FAULT_ID_APP_MEMACC   (NRF_FAULT_ID_APP_RANGE_START + 1)

Application invalid memory access. The info parameter will contain the address in memory that was accessed.

#define NRF_FAULT_ID_SD_ASSERT   (NRF_FAULT_ID_SD_RANGE_START + 1)

SoftDevice assertion. The info parameter will be set to 0x00000000.


Documentation feedback | Developer Zone | Subscribe | Updated