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

STM32 classic can bit rate config

Hi,I'm currently working on the STM32G491 board and implementing CAN communication. With the system clock configured using PLL at 80 MHz, I have set up the CAN peripheral with the following parameters:   hfdcan1.Init.NominalPrescaler = 10; hfdcan...

An example for LPUART with LPDMA - STM32U575

Hello everyone,I develop a project with STM32U575 and I want to use LPUART with LPDMA, normally I use LPUART with normal DMA in my other stm32L4 projects but here I couldnt work with this peripherals. Low power is not a critical issue of this part of...

1.png 2.png
Epamuk by Associate III
  • 877 Views
  • 1 replies
  • 2 kudos

stm32h743zi DFSDM configuration in CubeMX

How do I configure the DFDSM peripheral using CubeMX?I do know about the application note AN4990 and have read it. I also saw this threadhttps://community.st.com/t5/stm32cubemx-mcus/stm32h753-stpms2l-dfsdm-pt100-example-using-stm32cubemx/td-p/172652a...

mo_krauti by Associate III
  • 190 Views
  • 2 replies
  • 0 kudos

Resolved! STM32H7RS SPI DMA memory to/from peripheral

Hi,I am trying to establish a successful transfer using SPI in master full duplex DMA mode using a NUCLEO-H7S3L8 board (STM32H7RSxx family).For this purpose I wrote the following functions:#define CDC_ITF_TX_DMA_CH LL_DMA_CHANNEL_2 #define CDC_ITF_RX...

simozz_0-1749735236467.jpeg
simo zz by Senior II
  • 618 Views
  • 9 replies
  • 2 kudos

Resolved! How to connect SMPS when it is not used in STM32U545?

I'm designing a custom PCB with STM32U545NEY6Q and I don't need to use the SMPS, only the LDO. I'm not sure how to connect the SMPS, I found a post about the STM32H745IIT6, and followed the same procedure, but should I do that? I followed the datashe...

Screenshot from 2025-06-17 11-21-57.png
leo8 by Associate
  • 317 Views
  • 1 replies
  • 0 kudos

Resolved! STM32 Stop FMC Request

I've setup the FMC peripheral of an STM32H7 to read registers from an FPGA by creating a faux SRAM interface on the FPGA.  This works just fine so long as the FPGA has no issues but if, say, the FPGA is unprogrammed or the FPGA data bus gets hung, th...