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

generate one pulse

Posted on July 08, 2011 at 06:18I am trying to generate a single pulse using the TIM_SelectOnePulseMode() function in STM32f10x_tim.c source file. But I am not able to get the pulse. why? I am using TIM4 CH2... Any advice? int main(void) {     TIM_C...

kong0073 by Associate II
  • 2877 Views
  • 16 replies
  • 0 kudos

Programming Issue

Posted on April 30, 2013 at 11:30 Hi guys, I've been working on interfacing an SD Card with this board but I'm having some issues on programming. The problem is that I've made a function to read a cluster on the sd card however as soon as I u...

erik by Associate II
  • 2038 Views
  • 15 replies
  • 0 kudos

open drain GPIO output

Posted on April 29, 2013 at 16:36Dear all, A question about configuring GPIO outputs, I've connected a Led to 3v3 and the other side via a resistor to the STM32F051. I want to switch on the led with the GPIO_SetBits() function However my led is by d...

evert2 by Associate II
  • 1637 Views
  • 6 replies
  • 0 kudos

ADC protection and amplification circuit

Posted on April 29, 2013 at 09:24Hello, I need circuit, which will be protect ADC input against overvoltage. Also, it should amplification low-level voltage (from sensor for example). Do you have something like this?Thank you.

hospodar by Associate III
  • 533 Views
  • 3 replies
  • 0 kudos

What RAM types can i use in STM32F4 100-pin packages?

Posted on April 30, 2013 at 11:37Hello, after reading and reviewing 1 dozen times the RM and app notes, i could not come to a clear conclusion on what type of RAM i can use in STM32F4 100-pin packages. The more clear and detailed info was for NOR fl...

pmarques by Associate
  • 548 Views
  • 2 replies
  • 0 kudos

stm32f100 vs. stm32f103 for power control applications..

Posted on April 27, 2013 at 21:49Hi All,     I've rummaged through the archives but didn't really see what I'm looking for here.  We have a few PWM power control designs based on the Atmel ATTINY861A which provides fairly complete support for this a...

mmcmac by Associate
  • 1002 Views
  • 6 replies
  • 0 kudos

STM32L151C6 = Medium Density Device?

Posted on April 29, 2013 at 11:38Hi All, the reference manual is quite confusing regarding this question. Within most it is stated that the medium range devices have a flash range from 64 to 128KByte, while in one chapter this range is given from 32...

parketny by Associate II
  • 1140 Views
  • 7 replies
  • 0 kudos

STM32 ADC& DMA 4 channels

Posted on April 24, 2013 at 16:49I am working with stm32F0 ADC & DMA peripherals and i have to convert 4 channels.The ADC  is triggered by the Timer1.My problem is that i obtain  the result correct but there is a permutation between  2 channels(the ...

Cesar cfg by Associate II
  • 1037 Views
  • 8 replies
  • 0 kudos

ADC Noise : too much

Posted on January 03, 2012 at 09:36ADC Tests with stm32value eval board. PC4 as AD Input, conversion all 20msec, 20turn Pot with 22k u1 RC Filter to PC4. Software looks for max and min adc values. I let it run for 30000 conversions: I get errors up ...