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! differences between STM32H7 rev V and rev Y

Hello,we use STM32H7 in our new development. I was excited about the announcement of the new revision V because it promises an increase of speed from 400MHz to 480 MHz. My distributor told me that except for that, the devices were hard- and software ...

How to improve the firmware to prevent ESD discharge.

Hello,The system has a MCU STM32L151 and here the details.ESD testing + / - 15 KV contact on the box enclosure. PCB is inside and the ground frame is connected to the board and box. F/W Test: I performed ESD test in STOP mode only. The lock is alwa...

CGren.1 by Associate II
  • 1347 Views
  • 4 replies
  • 0 kudos

Resolved! Fastest way to set output pin?

I have an interrupt which I'm trying to streamline (for an STM32F031K6). I am using some commands like GPIOA->BSRR |= (1<<4);and i was surprised to see how much there is in this command in the disassembly. Is there any faster way of implementing thi...

deep_rune by Associate III
  • 1104 Views
  • 4 replies
  • 0 kudos

IWDG reset in stop mode

Hello everyone, I have currently two issues with the STM32F411CC STOP mode, it could be great to have some support.I want to wake up each 1sec by an RTC interrupt. Here is my sequence to enter STOP mode:Clear RTC_WUTF flagClear PWR_WU flagEnable wake...

Stabilo by Associate III
  • 1100 Views
  • 2 replies
  • 0 kudos

Unable to generate complementary pwm signal with DMA.

I'm trying to program stm32h750vb to run ws2812b RGB LED. My RGB LED is connected to TIM1CH2N. I'm unable to generate desired PWM signal with my DMA settings. I have tested PWM signal without DMA it is working fine. So, as per my knowledge my timer ...

Ravi1 by Associate II
  • 1645 Views
  • 5 replies
  • 0 kudos

Change Baudrate

I use the STM32F7 and I want to change the baud rate of the USART6 from 115200 to 921600 during runtime, how can I do that?

DMeix.1 by Associate II
  • 688 Views
  • 2 replies
  • 0 kudos

What is the maximum GPIO to memory DMA throughput on a STM32-H743ZI clocked at 480 MHz when running 1 or 2 channels simultaneously?

I would like to attach 2 high speed A/Ds connected via parallel GPIOs and run them at 50 MHz each, or 100 MHz aggregate.  One A/D is 12 bit and the other is 8 bit so I could take advantage of FIFO packing on the memory side. The capture buffer size ...

DGran.1 by Associate
  • 643 Views
  • 1 replies
  • 0 kudos