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

STM32L053/51: Can't set DBG_STOP at the start of main

Posted on May 28, 2015 at 01:41Hi, I want the debug ability during stop mode. According to the reference menu, DBG_STOP in register DBG_CR bit should be set to do this. But after I set it, it is still 0. I have tried several ways: Use a macro ''ex...

14545714 by Associate II
  • 698 Views
  • 2 replies
  • 0 kudos

stm32l053 usart2 levels

Posted on May 27, 2015 at 23:22As you can see here:https://drive.google.com/file/d/0B979a_DgADKmNkE4N1B0R21BaXM/view?usp=sharingI'm trying to send data out USART2; it seems to be set up correctly and outputting to pin A14, but the voltage levels don...

lee23 by Associate II
  • 462 Views
  • 2 replies
  • 0 kudos

TIM17 PWM

Posted on July 19, 2011 at 17:47Hi, I am trying to produce PWM signal by using TIM17 channel1 on PORTB-9, but i can't get the PWM signal. In debug mode i can see that TIM17 COUNTER register advanced and do overloop, but i just cant see the PWM signa...

ybitton by Associate II
  • 886 Views
  • 3 replies
  • 0 kudos

Filtered data value is so long

Posted on May 25, 2015 at 08:16I am using stm32f4 discovery board. from ADC I take 1ksample/sec and accumulate it. after accumulation of 30Ksamples, process it through band pass filter. output of band pass filter is very large +ve and -ve values ex...

lokesh by Associate II
  • 1382 Views
  • 8 replies
  • 0 kudos

debugging STM32 : need some newbie suggestions

Posted on May 28, 2015 at 10:37In a few days I will start the first project with STM32 on a dedicated hardware. I would like to ask some suggestions about debugging: 1) JTAG or SWD? So far I used JTAG on AVR core and it worked fine. I don't know SWD...

infor by Associate III
  • 497 Views
  • 2 replies
  • 0 kudos

Problem with STM32F401 OTG FS MSC using SDIO uSD card

Posted on May 26, 2015 at 21:23Hi, all. I have an STM32F401Discovery Kit using an STM32F401VCT6. I have wired an external SD card connector and have successfully implemented Elm-Chan's FATFs using the SDIO SD card interface. All works well, I can mo...