STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

how to blink 2 LEDs with a Timer?

Hello everybody,I wanted to turn 2 LEDs with Timer on / off. The period is 4s and the first LED should be on for 2s and off for 2s. and then the 2nd LED should do the same but not at the same time. But unfortunately I can not do that with a timer and...

Samuel1 by Associate III
  • 1504 Views
  • 3 replies
  • 0 kudos

STM32F030R8 pinout questions

The Rev 4 data sheet for the STM32F030R8 lists the pins for SPI1 on both pins 20-23 and 50,55-77. I2C1 on 58-59 and 61-62, andUART1 on 42-43 and 58-59Which is correct, or are they selectable via registers?

LPoly by Associate
  • 421 Views
  • 1 replies
  • 0 kudos

STM32F407 Timer->DMA->GPIO

HelloI'm trying to use DMA to directly write on GPIO port, and I've attached the code snippet I'm using to do so.But, I'm getting this exception which is stopping the DMA and fails writing data.Any thoughts?Regards.GPIO Init:__HAL_RCC_GPIOD_CLK_ENABL...

What to configure after stopmode wakeup?

Posted on May 16, 2018 at 12:58Hi fellows, I have a issue when i exit the stopmode on my stm32h7.I notice that my power consumption goes down from 34mA to 5mA when i put my MCU in StopMode. But after the wake up from the StopMode i read 19mA. This i...

Resolved! Get back SWD interface [resolved]

Hi,I use SWD interface to configure my STM32 board.It all worked out, but I changed #define and moved to a part of the program that disabled the sw interface.Now my STLINK/V2 can not connect to the device.Do you have an idea to erase the chip or rest...

MMath.10 by Associate II
  • 647 Views
  • 4 replies
  • 0 kudos

Stm32f030c8 Flash write protection error

Posted on March 16, 2015 at 10:58 Hi, I'm wrtiting a bootloader for updating an embedded product. Bootloader sequence seems correct now and I want to protect from writing the bootloader flash addresses. Using the snippets of code f...

Exporting Keil projects to platformio

Hi all,I have a project at Keil µVision using STM32F407VG board (it is created using cubeMX). I would export it as a plateformIO Atom project. The issue is that when generating the code in cubeMX I haven't the IDE platformIO. So I try to create a pro...

Pstud by Associate
  • 790 Views
  • 1 replies
  • 0 kudos