RAFW Flexible Software Package Documentation  Release v2.0.1

 
Adapters enabled by default

Detailed Description

Adapter selection.

When enabled the specific adapter is included in the compilation of the SDK.

The default option can be overridden in the application configuration file.

Adapter Setting Default option
Table not yet fixed dg_configXXXXX_ADAPTER 1

Modules

 Console I/O Settings
 Console IO configuration settings.
 
 Debug Settings
 

Macros

#define dg_configUSE_SYS_ADC
 Enable gpadc monitoring. More...
 
#define dg_configUSE_SYS_CHARGER
 When set to 1, the sys charger service is used to charge the battery.
 
#define dg_configUSE_SYS_USB
 When set to 1, the sys usb service is used to manage: More...
 

Macro Definition Documentation

◆ dg_configUSE_SYS_ADC

#define dg_configUSE_SYS_ADC

Enable gpadc monitoring.

Note
The application must not explicitly set dg_configUSE_SYS_ADC to 1.
Use instead dg_configRF_ENABLE_RECALIBRATION

◆ dg_configUSE_SYS_USB

#define dg_configUSE_SYS_USB

When set to 1, the sys usb service is used to manage:

  • VBUS attach / detach and USB suspend / resume operations.
  • Notifications towards SDK and applications.
  • Suspend / resume sleep.
  • Suspend / resume DC/DC if in use.
Note
The service is automatically enabled when charging or USB enumeration are involved (see dg_configUSE_SYS_CHARGER , dg_configUSE_USB_ENUMERATION). It's recommended to be enabled when:
  • The power supply is a non rechargeable battery and the application is not interested in USB enumeration.
  • The only source of power supply is VBUS e.g a USB dongle.