diff --git a/STM32CubeIDE/.cproject b/STM32CubeIDE/.cproject
index 7803b89..53b9c46 100644
--- a/STM32CubeIDE/.cproject
+++ b/STM32CubeIDE/.cproject
@@ -126,6 +126,7 @@
+
diff --git a/STM32CubeIDE/Release/Application/User/STS/RSS/subdir.mk b/STM32CubeIDE/Release/Application/User/STS/RSS/subdir.mk
new file mode 100644
index 0000000..acbe69a
--- /dev/null
+++ b/STM32CubeIDE/Release/Application/User/STS/RSS/subdir.mk
@@ -0,0 +1,9 @@
+################################################################################
+# Automatically-generated file. Do not edit!
+# Toolchain: GNU Tools for STM32 (12.3.rel1)
+################################################################################
+
+# Add inputs and outputs from these tool invocations to the build variables
+
+# Each subdirectory must supply rules for building sources it contributes
+
diff --git a/STM32CubeIDE/Release/WLE5CC_NODE_STS.elf b/STM32CubeIDE/Release/WLE5CC_NODE_STS.elf
index 79064c1..fbe6da3 100644
Binary files a/STM32CubeIDE/Release/WLE5CC_NODE_STS.elf and b/STM32CubeIDE/Release/WLE5CC_NODE_STS.elf differ
diff --git a/STM32CubeIDE/Release/WLE5CC_NODE_STS_L8_20241128.elf b/STM32CubeIDE/Release/WLE5CC_NODE_STS_L8_20241128.elf
new file mode 100644
index 0000000..fbe6da3
Binary files /dev/null and b/STM32CubeIDE/Release/WLE5CC_NODE_STS_L8_20241128.elf differ
diff --git a/STM32CubeIDE/Release/makefile b/STM32CubeIDE/Release/makefile
index 931125d..4f7e63f 100644
--- a/STM32CubeIDE/Release/makefile
+++ b/STM32CubeIDE/Release/makefile
@@ -65,6 +65,9 @@ default.size.stdout \
OBJDUMP_LIST += \
WLE5CC_NODE_STS.list \
+OBJCOPY_BIN += \
+WLE5CC_NODE_STS.bin \
+
# All Target
all: main-build
@@ -88,12 +91,17 @@ WLE5CC_NODE_STS.list: $(EXECUTABLES) makefile objects.list $(OPTIONAL_TOOL_DEPS)
@echo 'Finished building: $@'
@echo ' '
+WLE5CC_NODE_STS.bin: $(EXECUTABLES) makefile objects.list $(OPTIONAL_TOOL_DEPS)
+ arm-none-eabi-objcopy -O binary $(EXECUTABLES) "WLE5CC_NODE_STS.bin"
+ @echo 'Finished building: $@'
+ @echo ' '
+
# Other Targets
clean:
- -$(RM) WLE5CC_NODE_STS.elf WLE5CC_NODE_STS.list WLE5CC_NODE_STS.map default.size.stdout
+ -$(RM) WLE5CC_NODE_STS.bin WLE5CC_NODE_STS.elf WLE5CC_NODE_STS.list WLE5CC_NODE_STS.map default.size.stdout
-@echo ' '
-secondary-outputs: $(SIZE_OUTPUT) $(OBJDUMP_LIST)
+secondary-outputs: $(SIZE_OUTPUT) $(OBJDUMP_LIST) $(OBJCOPY_BIN)
fail-specified-linker-script-missing:
@echo 'Error: Cannot find the specified linker script. Check the linker settings in the build configuration.'
diff --git a/STM32CubeIDE/Release/sources.mk b/STM32CubeIDE/Release/sources.mk
index d63a2a8..dfd77e9 100644
--- a/STM32CubeIDE/Release/sources.mk
+++ b/STM32CubeIDE/Release/sources.mk
@@ -19,6 +19,7 @@ MAP_FILES :=
S_DEPS :=
S_UPPER_DEPS :=
C_DEPS :=
+OBJCOPY_BIN :=
# Every subdirectory with source files must be described here
SUBDIRS := \