STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Get the stack size during application

Posted on September 10, 2015 at 22:15Hai, im developming an application using the ST standard peripherie library. Im trying to get the information, how big is my stack. I tried to use the __get_PSP(void) function to get the value of the stack progra...

RTC error after updating Cuberepo 1.5 to 1.8

Posted on September 08, 2015 at 22:07 Topic says it all, I get an error in the RTCafter updating the library version to 1.8.0 In the old stm32f407xx.h files I find: /******************** Bits definition forRTC_PRERregister **...

steevke by Associate
  • 584 Views
  • 5 replies
  • 0 kudos

Timer 2 on STM32F401C Discovery Board

Posted on September 10, 2015 at 16:57Hi all,I've just started playing with the STM32F4 on the STM32F401C Discovery board, and had some strange behaviour (slowed down time) when attempting to generate a 1ms TIM2 interrupt.From the reference manual fo...

psdeering by Associate II
  • 1334 Views
  • 9 replies
  • 0 kudos

Power supply 5v then 3v is it possible ?

Posted on September 10, 2015 at 15:17Hello,I use  STM32F429I Discovery-Board to make my project and my question is about power supply available on this board.I would to know,if it's possible to recover 3V from P2 if  I supply the board by an externa...

Input capture in STM32F103RC

Posted on September 01, 2015 at 11:41Hi     I was trying to configure the input capture in STM32F103RC , and facing issues , The configuration is done as follow  I was trying to configure TIM1 CH3 , RCC->APB2ENR |= RCC_APB2ENR_TIM1EN;     NVIC_Ena...