STM32 MCUs Products

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
  • 618 Views
  • 3 replies
  • 0 kudos

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
  • 689 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
  • 1112 Views
  • 3 replies
  • 0 kudos

Diff b/w Interrupt & Event

Posted on June 20, 2013 at 14:10What the diff b/w interrupt & event. I read topic i reference manual with heading:1 . Hardware interrupt selection 2. Hardware event selection3. Software interrupt/event selection

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
  • 362 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...