STM32 MCUs Embedded 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...

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
  • 821 Views
  • 5 replies
  • 0 kudos