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! Difference for stop modes

Hello ,I have used the below to go into stop mode:  HAL_PWR_EnterSTOPMode( PWR_LOWPOWERREGULATOR_ON, PWR_STOPENTRY_WFI ); /* CPU will be halted here until a wakeup event occurs */ in  the above function, what is the difference PWR_SLEEPENTRY_WFI  & P...

Sending ADC data directly over UART via DMA

Hi, I am trying to sample ADC data with stm32l4s5 using b-l4s5-iot01a board. I enabled ADC, USART1 and DMA on both but I do not see anything on my serial terminal. I am trying to send it over st-link connection, I sent a sample text like "Hello" and ...

Stm325_0-1741722104329.png Stm325_1-1741722114771.png Stm325_2-1741722126571.png Stm325_3-1741722148640.png
Stm325 by Associate III
  • 535 Views
  • 6 replies
  • 1 kudos

FMC word splitting for STM32H562ZI

Hello everyone,I have basic knowledge of embedded hardware and I am trying to expand the STM32H562ZI RAM through FMC. My configuration has a SDRAM at bank 1 with 8-bit data bus width (MT48LC64M8A2).Indeed, I managed to make it work but only for singl...

GCurz.1 by Associate II
  • 301 Views
  • 3 replies
  • 0 kudos

DTS STM32H5

I created and installed the dts through the IDE according to st's explanation video.I work with VISUAL STUDIOi enabled the dts in my project.I copied the filesstm32h5xx_hal_dts.hand stm32h5xx_hal_dts.cI'm running the DTSAnd it falls on  /* Check ramp...

liraz_abramovsky_0-1742198692256.png

How to configure GPDMA in STM32H563ZI for USART

I am using Nucleo-H563ZI in this. I was configuring USART6 in DMA mode, but for this controller instead of DMA, there was GPDMA1/2. Currently, I have configured it in GPDMA1. The module is EC200. I am transmitting AT but am not getting the response t...

Shubham08_0-1742092615394.png Shubham08_1-1742092687622.png Shubham08_2-1742092740710.png Shubham08_3-1742092793406.png
Shubham08 by Associate III
  • 429 Views
  • 2 replies
  • 0 kudos

To know the Register value to read ADC Converted Data

I am writing the code to read the ADC data from internal temp sensor and ADC.I want to know that what is the register value to read the ADC data from there. I am using STM32H743ZIT6 Micro controller. We are  using ADC3,The ADC is set to 16-bit resolu...

Saranraj by Associate II
  • 548 Views
  • 10 replies
  • 1 kudos

Resolved! STM32H503 External Interrupt HAL Library Doesn't work

Dear All,Recently I am learning STM32H503CBU6, but I find the external interrupt doesn't work with HAL library. I want to get reference from official example code, I only find external interrupt example code with LL library in official SDK. I think S...

Screenshot 2025-03-15 234431.png Screenshot 2025-03-15 234452.png Screenshot 2025-03-15 234210.png Screenshot 2025-03-15 234233.png
Gerald_W by Associate III
  • 391 Views
  • 3 replies
  • 2 kudos