ANT stack configuration

nRF5 SDK v9.0.0

nRF51 SDK v9.0.0
This information applies to the following SoftDevices: S210, S310

This module configures the channel resources of the ANT stack:

  • Total number of ANT channels
  • Number of encrypted channels
  • Transmit burst queue size

The API for this module is available here: ANT stack configuration

The following code example shows how to use the module:

void user_ant_initialization( void )
{
sd_softdevice_enable (); // The SoftDevice must be enabled before configuring the stack.
ant_stack_static_config (); // Configure and enable the ANT stack.
/*
Other ANT calls (must be called after the configuration).
*/
}

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