User Activity

I am trying to debug firmware using STM32CubeIDE. The operation in the IDE is to select Run > Debug, is it possible to automate this operation and run it in headless mode?It will be very helpful if you could provide me with specific commands or a ref...
I am developing software on Windows using STM32CubeIDE and STM32CubeProgrammer.I have a question about how to run Debug using the st-link gdb server in a CLI environment.I want to capture the results of Google Test running on the firmware via SWO out...
I am developing software using STM32CubeIDE on Windows.I configured OpenOCD as the DebugProbe in the DebugConfiguration and ran the Debug processDebug Configuration > STM32 C/C++ Application > BuildName > DebuggerDebugProbe -> ST-LINK (OpenOCD)Serial...
I’m using STM32CubeIDE headless-build script in Linux for developing the software.I have a question regarding how to check the version of the firmware that I’m actually using in my environment.I tried to set a certain version of the firmware by writi...