STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Stm32l4 1.9.0 - FatFs naming problem

Posted on October 11, 2017 at 12:26Hi, I am using package Stm32l4 1.9.0 package on Linux with Stm32CubeMX to generate workbench project. It seems there is naming problem, since folder in downloaded repository is named 'STM32Cube_FW_L4_V1.9.0/Middlew...

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
  • 762 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 ...