RAFW Flexible Software Package Documentation  Release v2.0.1

 
Image configuration settings

Detailed Description

Image configuration settings.

Macros

#define dg_configBLACK_ORCA_MB_REV
 The motherboard revision we compile for.
 
#define dg_configIMAGE_SETUP
 Controls how the image is built. More...
 
#define dg_configSKIP_MAGIC_CHECK_AT_START
 When set to 1, the delay at the start of execution of the Reset_Handler is skipped. More...
 
#define dg_configEMULATE_QSPI_COPY
 When set to 1, the QSPI copy will be emulated when in DEVELOPMENT_MODE (Not Applicable!).
 

Macro Definition Documentation

◆ dg_configIMAGE_SETUP

#define dg_configIMAGE_SETUP

Controls how the image is built.

  • DEVELOPMENT_MODE: various debugging options are included.
  • PRODUCTION_MODE: all code used for debugging is removed.

◆ dg_configSKIP_MAGIC_CHECK_AT_START

#define dg_configSKIP_MAGIC_CHECK_AT_START

When set to 1, the delay at the start of execution of the Reset_Handler is skipped.

This delay is added in order to facilitate proper programming of the Flash or QSPI
launcher invocation. Without it, there is no guarantee that the execution of the image
will not proceed, altering the default configuration of the system from the one that the
bootloader leaves it.