STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Quadrature encoders roll over management

Posted on November 19, 2013 at 02:25Hi,I am currently developping a firmware programmed into a STM32F407VG microcontroller.The firmware has the following tasks:- Reading motor positions (5 axes: 3 with quadratures/indexes and 2 with steps/directions...

demond by Associate
  • 1076 Views
  • 8 replies
  • 0 kudos

STM32F407 as i2c slave

Posted on February 25, 2013 at 09:23Hi, does someone have experience with unable to clear STOPF bit, what causes continually jumps into i2c IRQ?I am trying to do it this way: I2C_ClearFlag(I2C1,I2C_FLAG_STOPF);,but it does not work.The reference man...

Toggle leds - EXTI and timers

Posted on November 18, 2013 at 15:55I'm trying to create a program that toggles 4 leds every 2 seconds. After you press the user button, 2 of them should blink every 2 seconds and the other one every second. I'm having troubles to understand how you...

STM32F373 SDADC Clock

Posted on November 20, 2013 at 10:57For a project in which I have to measure temperature as well, I would like to run the SDADC continuously but with a slower clock than 500kHz. Concerning the datasheet 500kHz is the minimum. Is there a explanation ...

STM32F4Discovery TIM7 with ethernet

Posted on November 20, 2013 at 03:48Hi everybody.  I can't seem to get a basic timer to work.  I've got it set for a 1 sec interrupt but it seems to never go into the interrupt.  I've configured the clocks correctly and changed the header file to 8 ...

STM32L Discovery Board no target connected help

Posted on November 20, 2013 at 03:28Over the summer, I attended a STM32L seminar. I got the board to connect and program perfectly on my work laptop. Since then the board has sat in my drawer, but I just recently got out to use on a school project. ...

zlbearss by Associate
  • 634 Views
  • 3 replies
  • 0 kudos

Interrupt Priority Sm3210e-Eval Stm32F107ZG

Posted on November 19, 2013 at 17:28I have a problem with my Interrupt priority.... My TIM3 is called every 5ms and have high priority and my TIM2 every 1ms have low priority and everytime my TIM2 is called. I want Interrupt TIM2 when TIM3 is active...

samed by Associate II
  • 367 Views
  • 1 replies
  • 0 kudos

ADC AWD int channel

Posted on November 01, 2013 at 04:41Hi, I setted-up ADC1 to monitor 4 channels with AWD. Is it possible to know which channel caused the interupt in the ADC1_2_IRQHandler ? #stm32-adc-awd-interup

fernand by Associate
  • 417 Views
  • 1 replies
  • 0 kudos