User Activity

I'm creating a TouchGFX project on custom hardware and I'm a little confused about where to set the button controller for physical buttons.  As far as I can tell from the documentation, the custom button controller needs to be initialized in TouchGFX...
Feature request: For Makefile projects in STM32CubeMx, the beginning of the file starts with:########################################################################################################################### File automatically-generated by t...
I have a Makefile project for an STM32L4 using FreeRTOS that I started with STM32CubeMx. I'm trying to enable one of the Thread-Safe strategies for FreeRTOS. I have tried both strategy #4 and #5, but both of them jump to the error handler on the `S...
Hello ST Support,I have an STM32L4 MCU connected to a BlueNRG-M0 module on a custom PCB. I am not sure how to initialize the BLE gap for this BLE module. I'm using X-CUBE-BLE1 version 6.2.4 in a STM32CubeMx project with FreeRTOS. The getting started...
I have a couple of changes I would like to make to the Makefile generated by STM32CubeMx. My Toolchain/IDE is set to Makefile in the Project Manager tab. The default Makefile template has no places for custom user code, so every time the project is...