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

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 III
  • 319 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
  • 344 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
  • 356 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
  • 333 Views
  • 6 replies
  • 1 kudos

Stm32 usb host questions and recommended mcu

I am looking at a project where I would typically use an SBC, but wondering if ST has enough usb host support to accomplish this with existing usb stack software.  If so what would be recommended models?   Will be used as a usb host only (role change...

scottc19 by Associate II
  • 297 Views
  • 2 replies
  • 2 kudos

Resolved! SPI DMA Memory to peripheral

Hello everyone, I'm currently working on an SPI bus on an STM32U031C6 + S2LP. I'd like to use my SPI with DMA mode. The SPI bus I used previously worked on this board. As this is my first time using DMA, I'm simply trying to send data without necessa...