2025-09-02 2:22 AM
Hello everyone.
I'm a beginner to STM32 and STWIN.
I'm experimenting with the DATALOG2 firmware on STWIN.
My question is about customizing this firmware.
What I want to do is keep the DATALOG2 functionality as-is, but add an extra feature: when the accelerometer value exceeds a certain threshold, output a High signal on a GPIO pin or turn on an LED.
(I couldn't find any GPIO pins in the STWIN schematic!)
STEVAL-STWINKT1
https://www.st.com/en/evaluation-tools/steval-stwinkt1.html
The firmware is here.
GitHub : FP-SNS-DATALOG2 Firmware Package
https://github.com/STMicroelectronics/fp-sns-datalog2
Since my development environment is STM32CubeIDE, should I open the .project file within the following STM32CubeIDE directory in the GitHub using CubeIDE and modify the source code there?