User Activity

Hi, I have a server in AWS which I want to use to build and release my firmware. I installed v1.16.0 on my system as well as on the server. I cloned the project on both the systems and build is successful on my system. But, on the server, I am gettin...
Hi,I have a Ubuntu 24.04.1 LTS server running on AWS. I want to setup this server as my firmware build server. I was trying to install STM32CubeCLT v16.0.0 on the server but I am getting this output:    ubuntu@build_server:~$ sudo ./st-stm32cubeclt_1...
Hi,I am working on automating the build process of the ST firmware and for that I was looking for CLI tools which can be used for the same. I found that STM32CubeCLT is a toolset extracted from STM32CubeIDE, so I was trying out the toolset to check i...
Greetings,I am working on a Firmware OTA module for STM32L4 series and for that I need a module to write the firmware into the internal flash memory since system bootloader is not available when RDP is enabled. I was wondering if there is already a m...
We are encountering this while using Low Power UART on STM32L412KB microcontroller. We are working on a battery-powered product that has two on board SoCs. One of them is STM32 and the other is Nordic. The two socs communicate with each other over a ...