STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! FreeRTOS sprintf %f not working.

I'm working on STM32F746 Discovery try to use STemWin. I using cubeMX to gen code for cubeIDE. But i'm stuck, sprintf %f not working. It's return 0x00 and dot instead. For example char str[32];float a = 123.456;sprintf(str, "%f", a);the resultstr[0] ...

Jame DEV by Associate III
  • 1093 Views
  • 2 replies
  • 1 kudos

STM32f429 and MP3 Decoder spirit

Hello all ; I am using free MP3 decoder from spirti that supported by ST. but I noticed I cant use hardware floating point when I use this libraru . AM I wrong ? Can I use hardware floating point ? Regards

Trouble with STM32H7 bootloader

Hello,we have some trouble with STM32H742, trying to flash it via bootloader. It seems to accept only every second line of a hex file. We receive a hexfile with another microcontroller, build the bootloader commands and perform the bootloader communi...

STM32L496 Virtual COM "USB device not recognised"

I'm using an STM32L496 on a custom board and using USB CDC configured through CubeMX (STM32Cube FW_L4 V1.14.0). This connects to a Windows 10 laptop. Randomly I get "USB device not recognised". I can go days without the issue and then it suddenly ap...

Paul3 by Associate II
  • 1526 Views
  • 9 replies
  • 0 kudos