User Activity

The error message I got is the following:C:\ST\STM32CubeCLT\GNU-tools-for-STM32\bin\arm-none-eabi-gdb.exe: TUI mode is not supportedMy gdb version:GNU gdb (GNU Tools for STM32 11.3.rel1.20230912-1600) 12.1.90.20220802-gitCopyright (C) 2022 Free Softw...
As per title. I can build the SW but when I try to flash with CubeProgrammer my Nucleo f446re I get the error that no probe is detected. I am pretty sure that I am missing ST-LINK drivers. I made a search on the community forum and all I could have i...
Is it enough to drag-drop the app from Application folder to thrash bin or is there anything else I should do?
I am wondering, if one only downloads MX, then how the software is built? Is the standard arm-eabi-none toolchain enough? Are in the standard toolchain all the needed include files and libs present? Or ST used its own version of the toolchain, libs, ...
Say that I have the following set of sensors: s1,s2,s3, s4, s5 and s6.I want the set (s1,s2,s3) to be scheduled at 100ms, s4 every 200ms and the set (s5,s6) every second. My gut feeling suggests me to create three periodic tasks task1, task2 and task...