STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

How do I configure ETM tracing on an stm32?

Hello, I am trying to use a segger jtrace pro debugger with an stm32303E-EVAL board through the ETM trace connector, however I am not seeing a signal on any of the trace pins including the trace clock when running my program. I've ensured I have cont...

AOlve by Associate
  • 684 Views
  • 2 replies
  • 0 kudos

What criteria (requirements) are used to determine the HSE clock has failed (sets the CSSF interrupt in the RCC_CIR register) on a stm32f103x processor?

Documentation simple says the HSE clock failed. What does "fail" define. Does "fail" imply that there are no clock oscillations applied to the HSE pins? Or a frequency below some value that will set the CSSF flag in the RCC_CIR register. What would b...

bgabl by Associate
  • 213 Views
  • 0 replies
  • 0 kudos

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
  • 1358 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
  • 391 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...