STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

GPIO inputs pushed LOW upon HSE failure

I'm using an STM32H733 running from HSE clock with CSS disabled.In a normal situation, the used GPIO inputs correctly read as HIGH as they are pulled HIGH by an external pull-up / LVTTL (push-pull) drive, verified with the oscilloscope.After exposure...

Eliasvan by Associate
  • 133 Views
  • 3 replies
  • 1 kudos

SPI2 not working on STM32F746BG

I am experiencing an issue with SPI communication on the STM32F746BG microcontroller:Current Setup:SPI2 connected to ADCSPI6 connected to EthernetCurrent Behavior:When testing SPI2 (ADC) alone: Works properlyWhen testing SPI6 (Ethernet) alone: Works ...

zin10 by Associate II
  • 49 Views
  • 1 replies
  • 0 kudos

NUCLEO-F767ZI: usb: over-current condition

I am using a NUCLEO-F767ZI Board.Previously I have not used or configured any GPIO. Then I used CubeMX to reconfigure 3 Pins to Inputs with Pull-Down like this: if (HAL_GPIO_ReadPin(button_uncouple_GPIO_Port, button_uncouple_Pin) == GPIO_PIN_SET) {I...

screenshot-2025-03-28-10_42_22.png

Resolved! STM32H5 RTC register bug?

HelloI have found a bug that stops updating the RTC_TR register. There is no problem with the RTC clock itself, it is ticking but the content of RTC_TR might in some specific use cases stop updating.I use the latest STM32CubeH5 Firmware Package v1.5....

Imre by Associate III
  • 59 Views
  • 3 replies
  • 0 kudos

USB PD sink EPR availability

Hi, we are developing a USB PD sink device which will operate up to 28V @ 5A.The STM32G431 seems to be ideal for our application, however it seems that there is no official support for EPR within the TCPP software yet and I am unable to set a PDO hig...

cdoel by Associate II
  • 639 Views
  • 6 replies
  • 1 kudos

STM32G0B0RET - SFTRSTF not working?

Hi there,ContextI implement a basic code where I check the reset cause flag SFTRSTF (i.e. software reset). If this flag is active, I activate the LED on (LED off otherwise).I read out the reset cause from:uint32_t myResetCause = RCC->CSR; RCC->CSR |=...

Nadreoh by Associate II
  • 32 Views
  • 1 replies
  • 0 kudos