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
  • 217 Views
  • 4 replies
  • 0 kudos

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
  • 266 Views
  • 7 replies
  • 2 kudos