STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TIM2 Interrupt period issue

Posted on February 22, 2015 at 21:49The original post was too long to process during our migration. Please click on the attachment to read the original post.

STM32F0 watchdog config

Posted on February 22, 2015 at 21:27I am having difficulty getting my watchdog timer configured. I have followed the procedure in the datasheet exactly. However, the pre-scale (PR) value and Reload (RLR) values remain unchanged after the write. In a...

gahelton1 by Associate III
  • 469 Views
  • 1 replies
  • 0 kudos

SPI Communication between two STM32F4 DISCOVERY boards

Posted on February 22, 2015 at 17:49Hi, I'm currently trying to send data from one STM32F4 board as a master to the other STM32F4 board which is the slave via SPI. However recever data are incorect.//************************Code Master**************...

Difference between HSE and HSE Bypass

Posted on February 21, 2015 at 17:51After some hardware struggles with my new STM32F3 disco board I finally got it running correctly and at high speed. I was wondering, however, that there seems to be no difference between HSE and HSE bypass mode, a...

How to determine the origin of Wakeup from Standby?

Posted on February 16, 2015 at 21:41I am studying awakening from Standby Mode on STM32F100CB. I have this context: we set up WKUP pin and RTC Alarm, and go to Standby. Then, rising edge on WKUP pin or RTC Alarm wakes the system up. Here are a few th...

apolotsk by Associate II
  • 975 Views
  • 4 replies
  • 0 kudos

STM32F205RCTb system boot loader

Posted on February 18, 2015 at 10:52HiWe want to use USB DFU feature available in system bootloader for firmware upgradeController used: STM32F205RCTbHow to jump to bootloader from application(Running in Flash). what should be the Boot options (Boot...

Timer 3 PWM - strange behaviour on first pulse

Posted on February 18, 2015 at 23:50Hello, I am programming Timer 3 for PWM mode. Please see the attached image. The yellow trace is Timer 3, the green is Timer 4, which follows Timer 3 by a period of 180 degrees shift. The top PWM train (Timer 3) ...