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

timer capture compare

Posted on June 24, 2013 at 15:22Im going to capture simultaneously 4 input signals(same inputs for 4 channels) using Timer 8 by enabling all the interrupts in TIM->CCER register .. But it was not capturing correctly and im getting  channel number  2...

stm32 adc with dma

Posted on July 08, 2013 at 11:06I am  using stm32f100, i using it to control the motor . i am using 3 adc channels to read back-emf, dumping the adc-dr values in dma. am i doing it correct.........plz suggest me.here's  the code here i using  an arr...

aman by Associate II
  • 895 Views
  • 3 replies
  • 0 kudos

Stm32f4 Discovery-Change the duty cycle with user button-Help

Posted on July 09, 2013 at 10:52Hello everyone,I am the new user and I need your help about an example Stm32f4- Discovery.I use TIM10 register for to get pwm.And I want to be increase duty ratio with user button.I try to change TIM10->CCR1 but its n...

can by Associate
  • 495 Views
  • 2 replies
  • 0 kudos

Open Drain and Push Pull configuration for GPIO

Posted on July 09, 2013 at 09:28All,In STM32 the GPIO output can be configured either PushPull or OpenDrain. Can somebody explain when to use each type? Any references to understand the usage will be appreciated. Thank you.-Anuradha

ADC on STM32L15xx

Posted on July 08, 2013 at 19:59Hello,I am currently stuck on a problem where I believe I have acquired the proper examples and tried to follow form, but I cannot get a value out of my ADC. On my device there is only 1 ADC (ADC1 on APB2). Below is s...

amiller by Associate
  • 989 Views
  • 4 replies
  • 0 kudos

Actual speed of the STM32F4-Discovery

Posted on July 07, 2013 at 21:30Running into some discrepancies between my code and the world. So I was operating under the assumption that the STM32F4-Discovery board was running at 168Mhz SysClock. When building the SysTick_Handler it was running ...

orders-st by Associate II
  • 1615 Views
  • 3 replies
  • 0 kudos

The 32bit@32cents : STM32F030 Value Line

Posted on July 08, 2013 at 16:03STMicroelectronics has announced today in Bangalore the STM32F030 Value Line : the 32bit@32cents :)The STM32F030 features an ARM Cortex M0 core and runs at speedsup to 48 MHz like other today members of STM32F0 Series...

DCMI DR (data register) problem

Posted on July 08, 2013 at 07:49Good day,I have some problems with uint32_t DCMI_ReadData(void); function.I always have 0 data from that DCMI->DR register.I use STM32F4DISCOVERY board, (stm32f407vgt6 MCU).My interupt handler:void DCMI_IRQHandler(voi...

hitsumen by Associate II
  • 471 Views
  • 1 replies
  • 0 kudos

can i debug stm32 with stm-studio and MDK together?

Posted on July 04, 2013 at 15:04Can i debug stm32 with stm-studio and MDK together? I found that stm-studio and MDK can not debug stm32 at the same time. The reason is ST-LINK(v2) can not be connected by MDK and STMStudio at the same time.  #stm3...