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

Multiple DMA uses

I am writing a field oriented control library targeting the STM32F4xx and STM32G4xx series. In the program, I have to: 1) Read 2 sensors using I2C 2) UART serial communication with host PC to send real-time motor parameters or receive new commands 3)...

eggsacc by Associate II
  • 392 Views
  • 2 replies
  • 0 kudos

Spikes from the ADC

I'm running the ADC on STM32G071 and I am seeing double spikes when the ADC takes a reading. Any idea why there are two spikes? I expect to see just one. Below you see two spikes followed by another two spikes 1ms later. My software starts an ADC rea...

Carl_G_0-1741487434732.png Carl_G_1-1741488467550.png
Carl_G by Senior III
  • 394 Views
  • 2 replies
  • 0 kudos

Resolved! read multiple samples from adc each 10 seconds with dma

i want to read every 10 seconds a few samples from a adc channel and let the dma bring the data to my variables.i have that working with 1 sample. the timer trigger the adc. adc trigger the dma channel and my HAL_ADC_ConvCpltCallback get called and t...

frankers by Associate II
  • 440 Views
  • 2 replies
  • 0 kudos

Resolved! ADC Channel Conversion Difference

Guys, I need help with ADC on STM32F407ZGTx. I have a project where I read 2 channels, ADC3_IN4 and ADC3_IN15. Since I need a function that has pin ADC3_IN15, I changed it to ADC3_IN8.The problem is that I don't know what it is about STM32F407ZGTx, a...

MSilv.1 by Associate III
  • 621 Views
  • 2 replies
  • 0 kudos

Failed to execute MI command STM32WBA5

hijust update STM32CubeIDE  to Version: 1.18.0And I can't program my Target as before.getting this error :Error message from debugger back end:Error finishing flash operationFailed to execute MI command:load C:\\Users\\user\\STM32CubeIDE\\workspace_1...

AFink.1 by Associate
  • 326 Views
  • 1 replies
  • 0 kudos

Resolved! Clarification on Crystal Oscillators in STM32L432KCU6

Hello,I am working with the STM32L432KCU6 microcontroller and noticed that it includes a 32.768 kHz crystal. I would like to confirm whether there is a separate crystal for high-speed operation or if an external high-speed crystal needs to be added. ...

Nikunj_17 by Associate III
  • 687 Views
  • 8 replies
  • 5 kudos

Bootloader Commands

  UART2 config   .ioc config      UART3 configConnectionsconnections output hercules       Project Overview: I'm working on a communication setup between two STM32 boards: a master board (STM32F446RE) and a slave board (STM32F401RE). The goal is for...

mohite25_1-1741339277622.png mohite25_0-1741339154783.png mohite25_2-1741339355460.png mohite25_3-1741339409594.png
mohite25 by Associate III
  • 481 Views
  • 2 replies
  • 0 kudos

Resolved! Trigger ADC by TRGO

Hello, everyone!I've been searching for an answer to this question for a long time, but so far without success.I have an STM32F410 and would like to use a timer to trigger ADC readings. However, TRGO does not appear as an option for the ADC trigger s...

adc.png timer.png