|
L14-Click 1.0
STM32WLE5CC LoRaWAN Sensor Platform
|
Applicative configuration, e.g. : debug, trace, low power, sensors. More...
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. | |
Applicative configuration, e.g. : debug, trace, low power, sensors.
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.
| #define APP_LOG_ENABLED 0 |
Enable trace logs.
Definition at line 55 of file sys_conf.h.
| #define DEBUG_RF_BUSY_ENABLED 0 |
Definition at line 72 of file sys_conf.h.
| #define DEBUG_RF_DTB1_ENABLED 0 |
Definition at line 70 of file sys_conf.h.
| #define DEBUG_RF_HSE32RDY_ENABLED 0 |
Definition at line 64 of file sys_conf.h.
| #define DEBUG_RF_LDORDY_ENABLED 0 |
Definition at line 68 of file sys_conf.h.
| #define DEBUG_RF_NRESET_ENABLED 0 |
Definition at line 62 of file sys_conf.h.
| #define DEBUG_RF_SMPSRDY_ENABLED 0 |
Definition at line 66 of file sys_conf.h.
| #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.
| #define DEBUGGER_ENABLED 1 |
Enable/Disable MCU Debugger pins (dbg serial wires).
Definition at line 78 of file sys_conf.h.
| #define LOW_POWER_DISABLE 0 |
Disable Low Power mode.
Definition at line 84 of file sys_conf.h.
| #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.
| #define VERBOSE_LEVEL VLEVEL_M |
Verbose level for all trace logs.
Definition at line 50 of file sys_conf.h.
Referenced by SystemApp_Init().