User Activity

Hi,I have generated a SFI file and managed to install it on my NUCLEO-U575ZI-Q using STM32CubeProgrammer. Now, as a next step, I want to install this SFI file remotely (e.g. on another PC or similar), is there any way to do this installation, or does...
Hi,I have a project in STM32CubeIDE and I use the 'Build Project' option to generate the project binary.Now, what I want to do is to generate that binary from GitLab CI/CD. To do this, I have registered a GitLab runner on a Linux machine with all the...
Hello,I am trying to install a SFI file on a STM32U575 microcontroller. I have generated the SFI with a binary (0x08000000) and at the time of installing the SFI, I get the following error:Error: Execution of RSS CMD failed, returned value = 0x1 Erro...
Hi,When installing STM32CubeProgrammer on a Linux machine with a graphical interface, an installation window appears. Now, I want to install STM32CubeProgrammer on a Linux machine without a graphical interface. When I run the installer, I get this er...
Hi,I have executed the scripts to generate SFI on a Linux machine and I have successfully completed the process. Now, I want to run these scripts in a GitLab CI/CD pipeline to automate the process. However, when I try to execute the script, I get thi...