User Activity

Hello,I'm trying to snprintf into a data buffer, but the application dies precisely on this call. I'm not using nanolib because I want exceptions. My CMake file looks like this: Notice that I added the -u printf_float to the linker flags. Is this not...
Hello,I create my project for the Nucleo STM32G474 board in CubeMX using an output CMake file and now I want to enable exception handling. I noticed the CXX compiler flag had -fno-exceptions, I removed this. However, when I try something as simple as...
hi,We're using the STM32F7 in our project and would like to flash over USB. In the host application we use USB for data transfer which works well. Unfortunately, I have had no success getting the device into the bootloader as we have no access to the...