User Activity

Hello everybody, in the latest CubeMX ver 6.11.0 I found that it's possible to generate a CMake project. What are the steps to run the build of the code from Windows shell or VS Code ? Is there a tutorial ? If I open the CMake project from CubeIde (v...
Hello everybody,I'm trying to build an STM32 simple example based on CMake from the Windows shell but I got an error (I think because CMake doesn't find the GCC STM32CubeIde toolchain configuration).If I run CMake from STM32CubeIde all works fine (I ...
Hello everybody,I read from following webpage that Keil IDE is free for STM32 Cortex-M0/M0+ development, I think it's related to an agreement between STM and Keil developer.https://arm-sc10xp1-pre-prod-cd.azurewebsites.net/tools-and-software/embedded...
Hello everybody,having a dual-bank Flash memory into an STM32G0 MCU, what could be the best approach to update the user application ?By using the swap feature or by making a copy of the new user app from Bank 2 to Bank 1 (by using a bootloader)?Thank...
Hello everybody,is there an STM document/webinar/tutorial explaining the FOTA strategies for STM32G0 MCUs with dual-bank Flash mem (even with a custom bootloader ) ?Thanks.