STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB-PD attention callback never get's triggered?

Problem When i call * USBPD_PE_SVDM_RequestAttentionI get a OK message response but the callback never gets called.  * USBPD_VDM_SendAttention Curious to know if there's any good way to debug this?  Current debugging stepsI have a STM32G0-Disco board...

Current2.png Current capture.png Screenshot 2025-12-21 at 10.12.14 AM.png Screenshot 2025-12-21 at 10.01.39 AM.png

STM32G4 -- Flash via I2C-Bootloader Problem

Hi,We are facing the same issue like the below community post. https://community.st.com/t5/stm32-mcus-products/flash-via-i2c-bootloader-problem-for-stm32g0b1kbu6/m-p/636467#M234685 But we are using  'STM32G431RBT6' in our project, kindly let us know ...

Ananthu by Associate II
  • 326 Views
  • 8 replies
  • 0 kudos

STM32L051C8 comparator consumption

Hi,I have a strange problem on an STM32L051C8 with the comparators enabled in window mode.If I put the system in stop about 20 seconds after powering the microcontroller, the current draw is about 250 uA. If I then exit the stop mode with a soft rese...

Ufoit by Associate II
  • 96 Views
  • 2 replies
  • 0 kudos

STM32H7: SPI problem with SPI_RXDR

I am using the STM32H725RE (68-pin package).My goal is to have full duplex SPI communication with a 16 bit shift register using the stm32h7 as the SPI master (with no dma controller).I am using the SPI3 with the following pin (12MHz)PA15 (SPI3_nCS), ...

Fabian3_1-1738063907629.png
Fabian3 by Associate
  • 854 Views
  • 3 replies
  • 0 kudos

I2C with repeated start.

I have seen the question asked many times, references made but the question never gets answered with precision.  So, once again...I want to use HAL_I2C_Master_Seq_Transmit_IT along with receive to read an I2C device register.1. START SLAVEADDRESSWR (...