STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Latest update date in literature selector missing

Posted on February 02, 2017 at 11:51Hello,in thehttp://www.st.com/content/st_com/en/support/resources/resource-selector.html?querycriteria=productId=FM141$$resourceCategory=technical_literature$$resourceType=programming_manual the latest update fiel...

SystemClock_Config initialization error.

Posted on May 08, 2017 at 07:08Hello all,After flash/erase of my custom board(STM32F429ZET6), I have a weird behavior of a simple blinky code not working, when I checked with the code I found that control is lost in this following line of stm32f4xx_...

shravan by Associate II
  • 467 Views
  • 3 replies
  • 0 kudos

Memory-Loader error

Posted on April 12, 2017 at 15:22Hi all,        I am facing some issues here on flash erasing and programming. I am not getting where is the actual problem. I am using STM32F429ZET on our custom board. For testing purpose is used provided blinky exa...

shravan by Associate II
  • 2904 Views
  • 27 replies
  • 0 kudos

Not able in setting TIMx_ARR

Posted on May 09, 2017 at 17:35Hi to everyone,I'm Dario Laezza and I'm approaching the STM32 platform using the Nucleo F401RE. I would make a LED blink using the TIM1 to create a wait function. I'm able to set the Prescaler and other parameters in t...

Why void HAL_SYSTICK_Callback(void) does not fire?

Posted on May 28, 2017 at 22:42 I put this in the main.c before main(), it does not run. Google did not help. All though I did not read all 1790 results. volatile int oma2=0; volatile uint16_t oma=0; void HAL_SYSTICK_Callback(void) { oma2++; ...

LMI2 by Lead
  • 358 Views
  • 1 replies
  • 0 kudos