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

STM32F7 STM32F769 DFU configuration

Hi,Iam trying to use software DFU bootloader trigger from STM32 application (BOOT1 and BOOT2 are untouchable). Application use USB-FS (service/CDC) and USB-HS (data/CDC), but trigger will be send via existing USB-FS (CDC). USB-FS use PA11 and PA12 an...

embvis by Associate III
  • 1132 Views
  • 3 replies
  • 0 kudos

STM32G071RB USBPD Source auto send Source Cap

STM32G071RB USBPD Source auto send Source Cap when start debug: after reset, I'm not connect cable to C-Type port, I click start debug ( ST-Link ), I send about 50 packet of sourcePlease see in trace and config in attach file

H V N D by Associate III
  • 4649 Views
  • 14 replies
  • 0 kudos

Resolved! STM32H743 CubeH7 package DMA IFCR HAL Bug ?

Hi,I have been breaking my head, looking at the following code:STM32Cube_FW_H7_V1.7.0\Driver\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_dma.cSpecifically at the following:typedef struct { __IO uint32_t ISR; /*!< DMA interrupt status register */ __I...