STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F756VGT6 DFU USB not working

I have used DFU USB to program hundreds of STM32F7 devices over the past several years. It has worked reliably until the most recent batch of 200 boards using STM32F&56VGT6 devices. We had approximately a 10% failure of the DFU USB connection (USB no...

Resolved! Any documentation for using LWIP + FreeRTOS + STM32H7?

Hi,I use STM32H7+LWIP+FreeRTOS. With using STM32IDE and this forum I can now ping to my board from PC and get answer - perfect.Now I want to send and recieve some UDP packets - I can browse the code and try to understand how it all works (how to TX/R...

JJRR by Senior
  • 1287 Views
  • 2 replies
  • 2 kudos

Bug STM32F405 USB HOST CDC

STM32CubeMX v6.5.0 STM32Cube FW_F4 V1.27.0USB_FS HOST CDCusbh_cdc.hfunction static void CDC_ProcessReception(USBH_HandleTypeDef *phost)line 767  if (((CDC_Handle->RxDataLength - length) > 0U) && (length > CDC_Handle->DataItf.InEpSize))fix: if (((CDC_...

vekli by Associate II
  • 1204 Views
  • 5 replies
  • 0 kudos