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

Resolved! How to determine USB Data OUT end of packet

I'm busy with a USB to Ethernet implementation using the ST USB library and LwIP.When I send a packet to the host (Data IN) that came from the ethernet interface, I know where is the end of an ethernet frame send a zero length packet (ZLP) accordingl...

bluscape by Associate III
  • 1230 Views
  • 6 replies
  • 0 kudos