STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 942 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
  • 850 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
  • 1334 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
  • 594 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
  • 517 Views
  • 1 replies
  • 0 kudos

Is the US government allowed to use ST chips?

I've been wondering this for a while. Are there any restrictions on the US government or its contractors with regards to using STM32 chips in their hardware? For instance, would there be restrictions against a government contractor developing a new s...

RLyma.1 by Associate II
  • 1014 Views
  • 4 replies
  • 0 kudos

cant read a register with SPI

Hey There,Ive got a Semtech SX1261 Board (LoRa- tranceiver) and iam trying to read its registers with my STM32L432KC (with SPI)Ive got working arduino code to read all its registers, but its giving me different results when i try the same thing with ...

MSimo.1 by Associate II
  • 3245 Views
  • 17 replies
  • 0 kudos

Resolved! What can cause the digital output (voltage level) to be way lower than 3.3V (Note: VCC of the MCU = 3.3V)?

Hello everyone,I'm using STM32F429 MCU (STM32F429I-DISC1 board). I was generating PWM signals on PA1, PA2,PA3 and PA5 using TIM2 ... The important part is that the PWM signals on PA3 & PA5 are fine where the high digital state is at 3.3V. For PA1 & P...

NElsa.1 by Associate
  • 1773 Views
  • 2 replies
  • 0 kudos