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

Resolved! Hello! May be it is wrong ethernet DMA tail calculation?

In ethernet HAL driver stm32h7xx_hal_eth.c function void ETH_DMARxDescListInit include row: " WRITE_REG(heth->Instance->DMACRDTPR, ((uint32_t)(heth->Init.RxDesc + (((uint32_t)(ETH_RX_DESC_CNT - 1))*sizeof(ETH_DMADescTypeDef)))));"This code adding val...

AAshc by Associate
  • 3256 Views
  • 14 replies
  • 2 kudos

UCPD Schematic review on G4

I want to create a power distribution system that can accept up to three supplied (AC/DC, USB, and Battery. At the end of VBUS will be the management system that will choose the highest voltage and use that as primary supply.Would like some suggestio...

0693W00000WKu4gQAD.png 0693W00000WKu4WQAT.png 0693W00000WKu4vQAD.png 0693W00000WKu6cQAD.png
RMas by Associate II
  • 1069 Views
  • 1 replies
  • 0 kudos

Resolved! How to port STM32 Nucleo example to my board

Hi, I want to use STM32 Nucleo example "STM32F072_MB1303_DRP_SRCING_DEVICE" on my board that include 1x STUSB1602 + 1x STM32F072CBU6 (48-UFQFPN).(the example works with STUSB1602 + STM32F072RB (LQFP64))-What will be the easiest way to port the examp...

MMevo.1 by Associate II
  • 1757 Views
  • 3 replies
  • 0 kudos

Resolved! bug in HAL_GetTickFreq

The description for HAL_GetTickFreq says/** * @brief Return tick frequency. * @retval tick period in Hz */It returns 1 when the tick frequency is 1kHz. The period would be .001 seconds and the frequency would be 1000 Hz. Based on the typedef below, I...

MScha.8 by Associate II
  • 1927 Views
  • 6 replies
  • 2 kudos