STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Timer interrupt and GPIO toggling

hey thereI have a STM32f030k6t6 which I wish to set a timer(TIM16 in this case) and each time timer interrupts, a GPIO pin toggles. I attach the clock configuration.and here is my tim16 confightim16.Instance = TIM16; htim16.Init.Prescaler = 10; h...

Ala by Senior
  • 1372 Views
  • 4 replies
  • 0 kudos

STM32F407 Sector Flash Erase forces WWDG reset

Hello all,I am facing following problem:Trying to perform an erase operation of a flash sector forces a WWDG reset. The WWDG is initialized with following settings: hwwdg.Instance = WWDG; hwwdg.Init.Prescaler = WWDG_PRESCALER_8; hwwdg.Init.Wind...

Footprint of a Microcontroller

HelloI found this article of ST about an LCA of a microcontroller: https://www.st.com/content/st_com/en/about/st_approach_to_sustainability/sustainability-priorities/sustainable-technology/eco-design/footprint-of-a-microcontroller.htmlIs it possible ...