disable debug
This commit is contained in:
parent
7859884002
commit
27ead1a3aa
|
@ -47,12 +47,12 @@ extern "C" {
|
|||
/**
|
||||
* @brief Verbose level for all trace logs
|
||||
*/
|
||||
#define VERBOSE_LEVEL VLEVEL_M
|
||||
#define VERBOSE_LEVEL VLEVEL_OFF
|
||||
|
||||
/**
|
||||
* @brief Enable trace logs
|
||||
*/
|
||||
#define APP_LOG_ENABLED 1
|
||||
#define APP_LOG_ENABLED 0
|
||||
|
||||
/**
|
||||
* @brief Activate monitoring (probes) of some internal RF signals for debug purpose
|
||||
|
@ -75,7 +75,7 @@ extern "C" {
|
|||
* @brief 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
|
||||
*/
|
||||
#define DEBUGGER_ENABLED 1
|
||||
#define DEBUGGER_ENABLED 0
|
||||
|
||||
/**
|
||||
* @brief Disable Low Power mode
|
||||
|
|
|
@ -101,7 +101,7 @@ void SystemApp_Init(void)
|
|||
UTIL_TIMER_Init();
|
||||
SYS_TimerInitialisedFlag = 1;
|
||||
/* Initializes the SW probes pins and the monitor RF pins via Alternate Function */
|
||||
DBG_Init();
|
||||
// DBG_Init();
|
||||
|
||||
/*Initialize the terminal */
|
||||
UTIL_ADV_TRACE_Init();
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -40,4 +40,13 @@ Pre-defines
|
|||
|
||||
Jumbo Roll, Tissue Paper, Waste Bin sensor
|
||||
|
||||
|
||||
/* --------------------------------------------------*/
|
||||
/* | HALL-1 (PA-0) VCC-GPIO-PB3 | */
|
||||
/* | | */
|
||||
/* | HALL-2 (PA-10) VCC-GPIO-PB-4 | */
|
||||
/* | | */
|
||||
/* | | */
|
||||
/* |------------------------------------------------ */
|
||||
|
||||
******************************************************************************
|
||||
|
|
Reference in New Issue