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 use DSP in STM32G070?

I have used DSP in STM32F411 successfully,but when i want to use DSP in STM32G070 , i find the DSP files are some different,such as G070's DSP files : ./Sourse/. have a Cmakelists.txt. i dont know how to use that txt file, so i just add DSP as usual...

0693W00000KbYkqQAF.png
noob by Associate II
  • 1315 Views
  • 2 replies
  • 0 kudos

best way to reset circular DMA

I am sending an audio stream from memory to SAI2 on an STM32L476JG. There will be moments where I disable the DMA based on external asynchronous events. Can someone tell me the appropriate way to then reset the DMA so that when it begins again it i...

SWenn.1 by Senior III
  • 528 Views
  • 1 replies
  • 0 kudos

How to update TIM2->CCR3 register on runtime ?

I am using STM32F429ZIT6 - NucleoMy application needs to generate pulses on specific encoder position like this : I was able to setup TIM2 Channel 1&2 in encoder Mode, TIM2 Channel 3 Output Compare (no output) as master to TIM1 Channel 1 in One pulse...

0693W00000KbLo1QAF.png
DPatr.2 by Associate III
  • 1623 Views
  • 4 replies
  • 0 kudos

How to configure GPIO output for a given timer?

Hello,I have a very straightforward question but I am not able to find the answer in the user manual. I am using the L476RG nucleo board and setting the TIM5 registers to output a PWM. How can I select the output pin? Is it fixed or does it have som...

Tommino by Senior
  • 2868 Views
  • 1 replies
  • 0 kudos

STM32L011F4 ADC Reading problem

In a previous project, I configured the PA0, PA1 PA2 inputs as ADC and read them with DMA without any problems. Since I need to use PA0 and PA1 for another job, I shifted the ADC inputs to PA7 and PB1. but I was not able to read these channels with D...