Posted on May 17, 2011 at 12:39I resolved this issue using a channel as external clock and the other one as interrupt input that changes the TIMx direction bit. I think the Encoder Mode 1 and 2 are completely useless. These configurations simply hal...
Posted on May 17, 2011 at 12:39Hi, I'm developing a two channel application that require to increment a value if a impulse is received on a channel and decrement it if it is received on the other channel. Is it possible to use the TIMx interface to ...
Posted on May 17, 2011 at 12:39Is it possible to stop the ADC continuous conversion in debug mode? I configured the ADC1 in continuous mode with EOC interrupt flag activated, so when I try to debug the application the ADC1_2_IRQHandler is continuous...
Posted on May 17, 2011 at 12:18Hi, Is there an error in reference manual about encoder functionality? In the TABLE 40 (p.240) seems that while counting on TI1 only or TI2 only the counter is incremented on rising edge and decremented on falling edge...