L14-Click 1.0
STM32WLE5CC LoRaWAN Sensor Platform
Loading...
Searching...
No Matches
sys_conf.h File Reference

Applicative configuration, e.g. : debug, trace, low power, sensors. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SENSOR_ENABLED   0
 Temperature and pressure values are retrieved from sensors shield (instead of sending dummy values). It requires MEMS IKS shield.
#define VERBOSE_LEVEL   VLEVEL_M
 Verbose level for all trace logs.
#define APP_LOG_ENABLED   0
 Enable trace logs.
#define DEBUG_SUBGHZSPI_MONITORING_ENABLED   0
 Activate monitoring (probes) of some internal RF signals for debug purpose.
#define DEBUG_RF_NRESET_ENABLED   0
#define DEBUG_RF_HSE32RDY_ENABLED   0
#define DEBUG_RF_SMPSRDY_ENABLED   0
#define DEBUG_RF_LDORDY_ENABLED   0
#define DEBUG_RF_DTB1_ENABLED   0
#define DEBUG_RF_BUSY_ENABLED   0
#define DEBUGGER_ENABLED   1
 Enable/Disable MCU Debugger pins (dbg serial wires).
#define LOW_POWER_DISABLE   0
 Disable Low Power mode.

Detailed Description

Applicative configuration, e.g. : debug, trace, low power, sensors.

Author
MCD Application Team
Attention

Copyright (c) 2026 STMicroelectronics. All rights reserved.

This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.

Definition in file sys_conf.h.

Macro Definition Documentation

◆ APP_LOG_ENABLED

#define APP_LOG_ENABLED   0

Enable trace logs.

Definition at line 55 of file sys_conf.h.

◆ DEBUG_RF_BUSY_ENABLED

#define DEBUG_RF_BUSY_ENABLED   0

Definition at line 72 of file sys_conf.h.

◆ DEBUG_RF_DTB1_ENABLED

#define DEBUG_RF_DTB1_ENABLED   0

Definition at line 70 of file sys_conf.h.

◆ DEBUG_RF_HSE32RDY_ENABLED

#define DEBUG_RF_HSE32RDY_ENABLED   0

Definition at line 64 of file sys_conf.h.

◆ DEBUG_RF_LDORDY_ENABLED

#define DEBUG_RF_LDORDY_ENABLED   0

Definition at line 68 of file sys_conf.h.

◆ DEBUG_RF_NRESET_ENABLED

#define DEBUG_RF_NRESET_ENABLED   0

Definition at line 62 of file sys_conf.h.

◆ DEBUG_RF_SMPSRDY_ENABLED

#define DEBUG_RF_SMPSRDY_ENABLED   0

Definition at line 66 of file sys_conf.h.

◆ DEBUG_SUBGHZSPI_MONITORING_ENABLED

#define DEBUG_SUBGHZSPI_MONITORING_ENABLED   0

Activate monitoring (probes) of some internal RF signals for debug purpose.

Definition at line 60 of file sys_conf.h.

◆ DEBUGGER_ENABLED

#define DEBUGGER_ENABLED   1

Enable/Disable MCU Debugger pins (dbg serial wires).

Note
by HW serial wires are ON by default, need to put them OFF to save power

Definition at line 78 of file sys_conf.h.

◆ LOW_POWER_DISABLE

#define LOW_POWER_DISABLE   0

Disable Low Power mode.

Note
0: LowPowerMode enabled. MCU enters stop2 mode, 1: LowPowerMode disabled. MCU enters sleep mode only

Definition at line 84 of file sys_conf.h.

◆ SENSOR_ENABLED

#define SENSOR_ENABLED   0

Temperature and pressure values are retrieved from sensors shield (instead of sending dummy values). It requires MEMS IKS shield.

Definition at line 45 of file sys_conf.h.

◆ VERBOSE_LEVEL

#define VERBOSE_LEVEL   VLEVEL_M

Verbose level for all trace logs.

Definition at line 50 of file sys_conf.h.

Referenced by SystemApp_Init().