STM32 MCUs Products

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
  • 845 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
  • 715 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
  • 642 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
  • 1074 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
  • 476 Views
  • 2 replies
  • 0 kudos