diff --git a/Core/Inc/main.h b/Core/Inc/main.h index 3e16249..9438d2f 100644 --- a/Core/Inc/main.h +++ b/Core/Inc/main.h @@ -89,7 +89,7 @@ void Error_Handler(void); #define PME_ON HAL_GPIO_WritePin(MEMS_POWER_GPIO_Port, MEMS_POWER_Pin, GPIO_PIN_SET ) #define PME_OFF HAL_GPIO_WritePin(MEMS_POWER_GPIO_Port, MEMS_POWER_Pin, GPIO_PIN_RESET ) -#ifdef STS_O7 +#if defined(STS_O7)||defined(STS_O6) #define HALL1_Pin GPIO_PIN_0 // DOOR CONTACT #define HALL1_GPIO_Port GPIOA diff --git a/Core/Inc/sys_conf.h b/Core/Inc/sys_conf.h index 6059cf0..2661f50 100644 --- a/Core/Inc/sys_conf.h +++ b/Core/Inc/sys_conf.h @@ -50,12 +50,12 @@ extern "C" { * #define VLEVEL_M 2 functional traces * #define VLEVEL_H 3 all traces */ -#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 @@ -78,7 +78,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 diff --git a/Core/Inc/yunhorn_sts_prd_conf.h b/Core/Inc/yunhorn_sts_prd_conf.h index 290c68f..9c38fe9 100644 --- a/Core/Inc/yunhorn_sts_prd_conf.h +++ b/Core/Inc/yunhorn_sts_prd_conf.h @@ -247,7 +247,7 @@ #define MajorVer 25U #define MinorVer 4U -#define SubMinorVer 23U +#define SubMinorVer 24U #define FirmwareVersion 3U #define YUNHORN_STS_MAX_NVM_CFG_SIZE 64U diff --git a/STM32CubeIDE/.cproject b/STM32CubeIDE/.cproject index aac35da..7870d0d 100644 --- a/STM32CubeIDE/.cproject +++ b/STM32CubeIDE/.cproject @@ -156,7 +156,7 @@ - + diff --git a/STM32CubeIDE/Release/STS_O7.bin b/STM32CubeIDE/Release/STS_O7.bin index b807423..c82a5f9 100644 Binary files a/STM32CubeIDE/Release/STS_O7.bin and b/STM32CubeIDE/Release/STS_O7.bin differ diff --git a/STM32CubeIDE/Release/sts_o6_pixel_debug_20250423.bin b/STM32CubeIDE/Release/sts_o6_pixel_debug_20250423.bin new file mode 100644 index 0000000..912cda6 Binary files /dev/null and b/STM32CubeIDE/Release/sts_o6_pixel_debug_20250423.bin differ diff --git a/STM32CubeIDE/Release/sts_o6_rtm_pixel_network_20250425R1.bin b/STM32CubeIDE/Release/sts_o6_rtm_pixel_network_20250425R1.bin new file mode 100644 index 0000000..c82a5f9 Binary files /dev/null and b/STM32CubeIDE/Release/sts_o6_rtm_pixel_network_20250425R1.bin differ