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
  • 1050 Views
  • 2 replies
  • 1 kudos

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...