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 to reset slave timer in gated mode?

Posted on September 20, 2016 at 05:05How to make automatic reset of slave timer in gated mode in STM32 mcu?Summary:I've done synchronization between 2 timers: Timer#1 is configured as a slave in gated mode, Timer#2 is configured as a master, it togg...

Hard Fault interupt when erasing FLASH (intermittent)

Posted on October 12, 2017 at 16:52I frequently get a Hardfault interrupt generating when erasing (and in some cases programming) the flash using HAL_FLASHEx_Erase and HAL_FLASH_Program(FLASH_TYPEPROGRAM_DOUBLEWORD, ..)Part is STM32L433CCIt may have...

pbayton9 by Associate II
  • 581 Views
  • 2 replies
  • 0 kudos

Resolved! Could not 'erase sectors' for chip flash

Posted on September 18, 2017 at 04:08Hello, when I use IAP in stm32f103vct6, sometimes some of them could not 'erase sectors' , and J-link could not 'erase sectors' to these board too. But I could use 'erase chip' to these board, and then  'erase se...

Resolved! STM32CubeMX Source code format

Posted on November 15, 2015 at 16:31Hi, when CubeMX generates code, it is intended by 2 spaces. Ist there the possibility to change this behaviour to get a tab character instead. I searched in the forum and googled for a while but unfortunately, I d...

How to use stm32l0 comparators.

Posted on October 13, 2017 at 10:00I am using nucleo-64 board with stm32l073 microcontroller.I want to read analog data on adc pin and show the data on lcd as soon as there is change in   data on the analog pin.I want to monitor voltage  from 0-0.5 ...

Nucleo F410RB ADC dilema

Posted on October 12, 2017 at 08:50Hello,I'm newbie with STM32 microcontrollers.I want to read ADC in regular mode conversion but triggered by TIM1 Capture Compare event with a period of 100us.Despite the fact that TIM1 Capture Compare on channel 2 ...