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! USB Virtual Port Com as USB->Serial Converter

I am using a STM32F373 with the USB Middleware set to 'Communication Device Class (Virtual Port Com)'.Is it possible to have it 'act' as a UART or SPI type port, or do I need to hook into the USB library to TX/RX data over USB?  I currently use USART...

LMorr.3 by Senior II
  • 5926 Views
  • 4 replies
  • 2 kudos

How to generate MDC clock?

Hi team thanks for your coperation with me. I have been trying to enable MDIO peripheral At one of the STM32 EVK kit(NUCLEO-H7A3ZI). What i could see, when i have gone through the MDIO's official block diagram. The MDC pin drew as input and MDIO as b...

Screenshot_20231126_115653_Drive.jpg
Msams.1 by Associate II
  • 1667 Views
  • 2 replies
  • 0 kudos

ADC

In my project I am using STM32G030k8, in which I need to use 6 ADC channels and 2 of them are Pa11 and PA12PA9 and PA8 as gpio .I couldn't able to configure PA11 and PA12 what is the alternate way to use that channel

SRAM.11 by Associate III
  • 1302 Views
  • 5 replies
  • 1 kudos

Protection against HRTIM output locking high

I am using an STM32G474 to create an inverting buck-boost converter, but after damaging a few boards, I realized that there is a series design issue that could short 24V to ground through an inductor if the HRTIM output pin ever goes high unexpectedl...

DavidNaviaux_0-1699704545013.png

Resolved! Excessive MCU heat after debugging

I have a design that uses two HRTIM outputs from an STM32G474 MCU to provide a PWM signal to two external half-bridge gate drivers to drive two DSMPS, a buck converter and an inverting buck-boost converter.  After several debugging sessions, the MCU ...

DavidNaviaux_1-1700295853836.png

STM32L562 Using TIM1 to trigger ADC1 Ch1 sampling at 5 kHz with DMA1 storing to a circular buffer. Stores 12 samples, then no further samples stored. What can stop this chain from functioning?

Here is the setup (Using timer 1 - 16 Mhz clock, counter = 3200) using OC channel to produce scope signal on output pin):void MX_TIM1_Init(void) {   /* USER CODE BEGIN TIM1_Init 0 */   /* USER CODE END TIM1_Init 0 */   TIM_ClockConfigTypeDef sC...

Grizz by Associate III
  • 1158 Views
  • 2 replies
  • 0 kudos

Adc in stm32f446re

Analog source is potentiometerMcu board is nucleo f 446reI am verifying adc code in debug mode with above hardware .as i rotate potentiometer  change in adc value can be observed.but when I don't rotate also, I am able to see the variation in 12bit v...