STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! WWDG - max timeout so short?

I'd like to use one of the watchdogs on STM32F407, but I'm surprised the maximum timeout of the WWDG is so short (around 50millisecs, depending on clock speed).This is very restrictive, for example a sector erase takes much longer than this (and is a...

s_ by Associate III
  • 1355 Views
  • 6 replies
  • 0 kudos

Is it possible to use UART with more than one buffer?

I have no idea why this code is not working. I am sending chunks of a file with UART followed by short instructions of 2 bytes to tell the MCU whether another chunk is coming or to start playing the file.The MCU receives the first chunk without an is...

EYako.1 by Associate III
  • 1635 Views
  • 9 replies
  • 0 kudos

Resolved! Strange interrupt handler problem on STM32H7

Another day, another bug....I'm trying to use ADC3 with BDMA on H753. Started from some cube-generated code that assigned BDMA channel 0 to ADC3.Allocated memory in SRAM4. Added interrupt handler for BDMA_Channel0 and ADC3.When I start the ADC3, I hi...

Pavel A. by Evangelist III
  • 2075 Views
  • 9 replies
  • 1 kudos

STM32L0xx saw tooth current in permanent run mode

Hi,if I never call any wfi / wfe and run my stm32l0xx mcu in permanent run mode, I got a sawtooth shaped consumption current. In normal mode, where I call wfi, this is not a issue, but I'm curious.Any ideas where this comes from?Thanks & best regards...

aritec by Associate III
  • 690 Views
  • 3 replies
  • 0 kudos