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...

USB Communication Disconnect

Hello team,Good day,I am having USB Disconnect Issue with my custom board based on STM32F303 Device, configured as USB HID in Firmware with Full speed. Schematics attached here with.It is Self-Powered board and no VBUS Detection implemented, Currentl...

bsuthar by Associate II
  • 158 Views
  • 4 replies
  • 0 kudos

STM32N6 DCMIPP Pipe0

When working with the DCMIPP Pipe0, what configuration must be done in order to receive a frame? I've followed similar steps as to the provided examples in the N6 1.2.0 repository: DCMIPP init -> sensor probe -> pipe start. I've verified my sensor is...

Resolved! STM32H725VGT3TR Vref changes when I enable ADC1

I have my internal Vref set to 2.5V (stage 0).  The value reads correct (2.52V) with a meter on the test point below until I call HAL_ADC_Start_DMA().   Once HAL_ADC_Start_DMA() -> ADC_Enable() -> LL_ADC_Enable() is called the voltage goes up to arou...

RallyTronics_1-1754427522996.png RallyTronics_0-1754427194978.png

How does stm32H723 ADC ISR know which channel ?

I am just getting started with the stm32h723 ADC.    If I create a regular sequence group of several input channels, how does my ISR know which channel was sampled last (which channel's data is in the DR)?  I don't see this in the registers.Thanks,Ma...

Niramas by Associate III
  • 194 Views
  • 7 replies
  • 2 kudos

Resolved! ADC is slow using HAL

I am measuring time time it takes to do ADC conversions on an STM32H753ZI Nucleo board, using the function function HAL_ADC_Start_DMA().  This converts 6 channels of ADC3, using 16 bits, with DMA.  The one function call handles everything including D...

jim_b by Associate
  • 203 Views
  • 5 replies
  • 5 kudos

Resolved! G071_SPI2-MOSI is not output on PA4.

I’m working on a program to transmit data over SPI1 and SPI2 using DMA. For output I only use each peripheral’s CLK and MOSI lines. SPI1 and SPI2 differ only in the exact data being sent—their configurations and the number of bytes are identical. Als...

HYosh.2 by Associate II
  • 192 Views
  • 6 replies
  • 1 kudos