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

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
  • 10247 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...

Resolved! Software Bug I believe. Wrong register contents.

I am using Nucleo - L412KB I think I might have encountered a Software bug. As you can see in the screenshot, the contents of the PWR_SCR in the SW don't match with the one in the reference manual. The contents of this register are probably swapped w...

0693W000001r1c6QAA.png 0693W000001r1cQQAQ.png 0693W000001r1WNQAY.png
Anonymous by Associate II
  • 1395 Views
  • 5 replies
  • 0 kudos

USB_HS_PHYC_PLL and 32 MHz

Hello,STM32F723 reference manual and header file stm32f723xx.h only define PLL values for 12, 12.5, 16, 24 and 25 MHz. stm32f7xx_ll_usb.c however also sets a value for 32 MHz.Do reference manual and header miss the 32 MHz value or is the low level f...