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! How to control STM32H7RS GPIO port P and N?

I use NUCLEO-H7S3L8 to evaluate our new solution. I want to use GPIO port P to control a few external components.I add some test code into NUCLEO-H7S3L8\Examples\GPIO\GPIO_IOTggle project, like the below snapped code:__HAL_RCC_GPIOP_CLK_ENABLE(); GPI...

UART IRQ fired but no IRQ source configured

Hello,I have a H7 design with multiple UART/USART used to communicate via RS485 drivers (XR3072).I have programmed kind of loopback test by connecting the A/B signals of two RS485 busses.For this I use 2 DMA channels for each UART, one for RX and one...

uart_irq_status.png
regjoe by Senior
  • 23 Views
  • 1 replies
  • 0 kudos

Resolved! Unable to sink 5V over USB PD

I am using an STM32G4 microcontroller with UCPD and the USBPD middleware. I was following this tutorial (same as AN5418 https://www.st.com/resource/en/application_note/dm00663511-how-to-build-a-simple-usbpd-sink-application-with-stm32cubemx-stmicroel...

Nv7_0-1742192885965.png
Nv7 by Associate III
  • 278 Views
  • 6 replies
  • 0 kudos

HPDMA XSPI flash all zeros are written

Hi. I'm trying to get HPDMA to write to flash memory on the stm32n6570-dk board. I did the DMA configuration exactly like the XSPI_NOR_ReadWhileWrite_DTR example for the STM32H7. The problem is that all zeros are written and I've run out of ideas wha...

Artur5 by Associate II
  • 55 Views
  • 2 replies
  • 0 kudos

Resolved! ADC read in DMA regular mode

I've requirement of reading 100 samples of ADC data using DMA whenever it's needed in regular mode and I see the read buffer is not having right values and also HAL_ADC_ConvCpltCallback is not hitting.But same if I try just with one sample data is pr...

RCC_FLAG_IWDGRST Always 0

Hello, I am working on adding an IWDG to firmware on a STM32F070CBT6TR. The Watchdog resets perfectly fine. I cause the watchdog to reset the MCU by not resetting the timer. I then try to read the RCC_FLAG_IWDGRST and it is always 0. This is what my ...

STM32H723 - Qspi

Hello Support,    I am not able to find the QSPI config in the STMCube 1.18.1version. I have attached the snapshot. According to the EvalBord it supports QSPI.  CAN you guide me here for the setup.    Best Reagrds, Manikanta

mani9989 by Associate II
  • 28 Views
  • 2 replies
  • 0 kudos

STOP2 Mode I2C

I'm trying to use the LPBAM feature on the STM32U5 to perform I2C communication during STOP2 mode.I followed the official STM32 LPBAM example and implemented my code accordingly.Here is what I'm attempting:Use LPTIM to generate a PWM signal during ST...

dlagyals by Associate II
  • 60 Views
  • 3 replies
  • 0 kudos