nRF5 SDK v17.1.0
Macros
Stack guard configuration

Macros

#define NRF_STACK_GUARD_ENABLED
 Enabling the module. More...
 
#define NRF_STACK_GUARD_CONFIG_SIZE
 Size of the stack guard. More...
 

Detailed Description

Macro Definition Documentation

#define NRF_STACK_GUARD_CONFIG_SIZE

Size of the stack guard.

Following options are available:

  • 5 - 32 bytes
  • 6 - 64 bytes
  • 7 - 128 bytes
  • 8 - 256 bytes
  • 9 - 512 bytes
  • 10 - 1024 bytes
  • 11 - 2048 bytes
  • 12 - 4096 bytes
Note
This is an NRF_CONFIG macro.
#define NRF_STACK_GUARD_ENABLED

Enabling the module.

Set to 1 to activate.

Note
This is an NRF_CONFIG macro.

Documentation feedback | Developer Zone | Subscribe | Updated