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

Hardware oversampling on ADC1 & 2 on H743VIT6

I'm trying to optimize the H743's hardware oversampling on ADC1 & 2 at 384KHz sampling rate, it reduces the noise but I'd like some advice on the settings.The H743 ref. manual state that the oversampling Ratio values are 0 - 1023, setting the number ...

Robmar by Senior III
  • 343 Views
  • 0 replies
  • 0 kudos

Resolved! Multi ADC in parallel

Hi, I'm using  multi channels ADC3 of "STM32H735ZGT6" (3channels) I want to use these channels in parallel, but I've only found a way to convert in order in the Datasheet. Can I run all the ADC3's channels at once in parallel?If that is the case, can...

giwonKIM by Associate III
  • 792 Views
  • 2 replies
  • 0 kudos

stm32 virtual com port on windows 11

I am working on stm32f439zi (nucleo) usb port with windows 11. After I enabled usb port functions on stm32cubeide, I got definition as followed for usb port:  when I connect device to windows 11 desktop. it looks like device use standard Microsoft us...

yanghong_0-1713462081776.png yanghong_1-1713462159422.png
yang hong by Associate III
  • 2267 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F7 USB CDC Device Descriptor Request failing

I am struggling to get USB CDC working. I am very far down a rabbit hole and I'm completely stuck.I am using HAL libraries for USB_OTG_HS on the STM32F746ZGT6, with a 16MHz HSE.I am running in bus powered mode, VBUS detect disabled, and I have hardwi...

lejanz by Associate II
  • 1776 Views
  • 5 replies
  • 2 kudos

Resolved! PWM problems

Hello! Recently I got into STM programming for my internship and I cannot figure out register level programming yet, I have this piece of code ```RCC->AHB1ENR |= RCC_AHB1ENR_GPIOAEN | RCC_APB1ENR_TIM2EN;GPIOA->MODER |=GPIO_MODER_MODE5_1 | GPIO_MODER_...

Petrarka by Associate II
  • 1693 Views
  • 5 replies
  • 0 kudos

Resolved! STM32 ADC DMA low raw/Voltage readings

Hello,I am experiencing the following problem. When I setup an ADC with DMA for 5 channels, occasionally I get lower readings than the expected ones. It also happens in some of our hardware of our production, but others perform ok. We have inspected ...

KoSt_0-1711711015173.png KoSt_1-1711711038152.png KoSt_2-1711711052740.png KoSt_3-1711711167318.png
KoSt by Associate III
  • 7882 Views
  • 24 replies
  • 2 kudos

STM32U575 Independent watchdog timer

Hi, I am using stm32u575 uc trying to use independent watchdog for time 1.2 sec for custom board. The clock configuration is as follows: static void SystemClock_Config(void){RCC_OscInitTypeDef RCC_OscInitStruct = {0};RCC_ClkInitTypeDef RCC_ClkInitStr...

Kajol by Associate
  • 631 Views
  • 1 replies
  • 0 kudos