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! MDMA and DMA shared memory speed optimization

Hi All,I am using an Nucleo-144 STM32H723ZG.Here I try to use ADC3 to sample data, and save it to a buffer (SRC_Buf) using DMA, which works fine. Then I want to move the data from the SRC_Buf to A bigger buffer using MDMA. I have some callback functi...

elso by Senior
  • 2454 Views
  • 3 replies
  • 1 kudos

Using Timer 2 to Capture Timer 3 via internal Interrupts

Hey,I'm using the Timer 2 in Encoder Mode TI1 and TI2. The Trigger Output of the Timer is set to Master/Slave Mode Enabled and the Trigger Event is set to Compare Pulse (OC1).As far as I know: This Timer will fire an internal interrupt via TRGO every...

MHerz.1 by Associate II
  • 3530 Views
  • 5 replies
  • 1 kudos

Resolved! Square Wave Generation on STM32F407

Hi,I am a beginner and I want to generate a 50Hz square wave on STM32F407 on Keil UVision4Please mention libraries etc that are being used and if you can how to add them to Keil UVision so it doesn't give an error. 

CUBEMX can not find STM32F402RCT6

Hi STM32 TeamI can not find STM32F402RCT6 in cubemx or  ST website.  but, i can buy this chip form szlcsc.com.How can i develop this chip.  It is discontinued or a transitional type? (only see a STM32F4 value line or more message) 

Resolved! STM32H747 Custom Board Firmware Loading Problem

Hi Madam/Sir,We recently developed a custom board using STM32H747. The designs and schematic were based on Portenta H7 and the disco board. We received the board from PCBWay and confirmed that hardware-wise, it's okay and was proven electrically corr...

IMG_20231103_135523_217.jpg Screenshot 2023-11-07 103045.png Screenshot 2023-11-07 102855.png Screenshot 2023-11-07 102837.png

Purchase from www.avaq.com

How are parts purchased from www.avaq.com?We want to purchase the stm32 series, this one https://www.avaq.com/chip/stm32l010f4p6Looking for some advice. 

I2C and SWD connected wrongly

Hi,I ordered a PCB and after I had soldered all the components I noticed that in the PCB there was a connection between my SWD interface to I2C pins (PF0, PF1) and SWD pins were connected to the I2C bus. I tried short-circuiting them with a tiny copp...

JS8 by Senior
  • 1415 Views
  • 3 replies
  • 1 kudos

Resolved! STM32H7B3I Timer 1 - Software intiated One Pulse Mode

Hi, I wish to produce a single pulse; lo-Hi delay Hi to Low. I am using Timer 1 PB15 which is the complementary output timer Channel 3I am using the timer in the following sequenceTimer initialisationSet the ARR and CCR3 with the followingARR = 2241 ...

Wakeup from standby with Wakeup Pin

Posted on June 25, 2014 at 13:00 I want know if is possible to wakeup the MCU(STM32F4) fromstandby power mode with only the Wakeup pin, without setting the RTC allarm. i have try this but the MCU don't wakeup. HAL_EnableDBGSta...