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

Resolved! STM32F7 Hard and Memory Faults

Hello,I am working on a hobby project with https://www.st.com/en/microcontrollers-microprocessors/stm32f767zi.html.I have my own build and development environment based on arm-gcc-none-eabi and CMake and all HAL Drivers and Libraries from STM.The boa...

DietWall by Associate
  • 316 Views
  • 20 replies
  • 4 kudos

GPIO output pulse stability (bis)

Hello,Trying to do precise GPIO pulses with assembly code - on any STM Nucleo board - shows jitter and fluctuating frequency. I was told by a super user to do it via PWMI would like to add some comment that may be interesting for others :- trying to ...

Resolved! GPIO output pulse stability

Hello,I'm using the STM32H723 (at 550MHz) to generate pulses on a GPIO output at a certain frequency (around 4KHz)I'm generating the pulses with assembly code. I've stopped systick and interrupts. However, looking at the signal with a scope, I'm disc...

STM32 FMC SDRAM bus width 8/16/32 bit

Hello, I want to add a SDRAM chip to my board. Processing the images with internal RAM is insuficient. Reading the manual for FMC part I'm not sure how the bandwidth is working. If I have a chip with 8/16/32 bit, is pretty clear: one chip and that's ...

EasyNet by Associate III
  • 150 Views
  • 5 replies
  • 0 kudos

Quad-SPI DDR indirect read mode dummy cycles count

Hello ST community,I have some troubles with dummy cycles using Quad-SPI interface in DDR mode on STM32H743 and STM32F746.I am trying to read data from IS25LP080D QSPI flash with FAST READ QUAD IO DTR MODE OPERATION (0xED command). It is 1-4-4 mode.I...

DCYC_reg.png stm32h743.png

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