STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Seeing an issue with USB interrupts on STM32H742 only on Endpoint 1 USB Enumeration works fine. I am seeing HAL_PCD_DataOutStageCallback for endpoint 0 but not HAL_PCD_DataOutStageCallback for endpoint 1. Any ideas what I might be missing?

Initialization sequence:hpcd_USB_OTG_FS.Instance = USB_OTG_FS; hpcd_USB_OTG_FS.Init.dev_endpoints = 9; hpcd_USB_OTG_FS.Init.speed = PCD_SPEED_FULL; hpcd_USB_OTG_FS.Init.dma_enable = DISABLE; hpcd_USB_OTG_FS.Init.phy_itface = PCD_PHY_EMBEDDED;...

SMura.4 by Associate
  • 444 Views
  • 0 replies
  • 0 kudos

NUCLEO-STM32F767ZI and STM32 CUBE IDE

Good day,I have a NUCLEO-STM32F767ZI and a problem with the STM32 CUBE IDE. When I create a project in version 1.5.1 with ETH, FreeRTOS and LWIP everything works fine. When I create the same thing in the latest version, the generated code falls into ...

DJeze.1 by Associate II
  • 1270 Views
  • 4 replies
  • 0 kudos

Where does Bootloader for STM32G0B1M1 look for a USB cable? My previous question was how to detect a USB cable, but the answer was just use VBUS and an EXTI to detect. Which interrupt does the bootloader monitor for a cable?

My previous question was how to detect a cable and they said to use a EXTI to receive a VBUS detection. The customer wants to use USB to program a blank device (so nothing configured) and EXTI is a block of interrupts and could be multiple pins. Ple...

SMoor.1 by Associate
  • 749 Views
  • 4 replies
  • 0 kudos