STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

STM32L452RET6P VDDUSB Pin

Hi all,I'm using the STM32L452RET6P in my PCB design.I would like to use its USB Device feature and unlike some other STM32 i encoutered, it seems that here there is a special need in VDDUSB pin on the MCU.Can someone help me understand how to use th...

iHamd.1 by Associate II
  • 384 Views
  • 1 replies
  • 0 kudos