STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Program doesn't run with Debug detached

Posted on January 16, 2014 at 16:40I have a STM32F415VG which I have on my own board. The program code all runs when I have my SW debug adapter hooked up, but if I try to run the program without the adapter connected, nothing works. My oscillator do...

TIM flags automatically set when TIM enabled

Posted on June 19, 2013 at 16:16Hello, I am facing a problem with the timers I am using in STM32f100 MCU. I have configured different timers to operate during the execution of the code, but somehow, all the flags related to Capture/compare or Update...

0690X00000602kvQAA.jpg
rachit by Associate
  • 589 Views
  • 2 replies
  • 0 kudos

STM32107 Default Clock configuration

Posted on January 19, 2014 at 07:54I am trying to figure out the default clock speeds (after reset) for the buses and the peripherals and system clock for the STM32107VC. I am reading the STM32107 Reference Manual RM0008 on page 123.One thing I do n...

orlcp440 by Associate II
  • 1006 Views
  • 6 replies
  • 0 kudos

CMSIS V3.20 and CMSIS-RTOS V1.02

Posted on January 19, 2014 at 07:38I recently downloaded the latest STM32F4 Peripheral library, STM32F4xx_DSP_StdPeriph_Lib_V1.3.0.   The library contains peripheral driver and CMSIS V3.20 which includes CMSIS-RTOS V1.02.   In the CMSIS documentatio...

jim_wei by Associate II
  • 292 Views
  • 0 replies
  • 0 kudos

Changing EXTI lines

Posted on January 18, 2014 at 20:49 Hello, first I am sorry if I didn't need to open new thread. I searched through lot of examples in this forum, about EXTI. And most of them were similar to my problem, but non of them helped. :(<br>I am using ...

STM32F1 ''No target connected''

Posted on January 18, 2014 at 11:21Hi, I got this error message after I download my code which have remap pin PA13,14,15(JTAG and SWCLK pin) to use as GPIO and TIM2.Normally I should be able to download new code by get boot pin to high but this time...