Posted on May 17, 2011 at 14:19Hello! I'm really sorry for this very late answer, but I've been really busy with another proyect. The AN is here: http://www.st.com/internet/com/SOFTWARE_RESOURCES/SW_COMPONENT/SW_DRIVER/an3109.zip I will try your sol...
Posted on May 17, 2011 at 14:19Hello, The initialization code is basically the same than AN: void TIMEOUT_Init(TIM_TypeDef *tim) { TIM_TimeBaseInitTypeDef TIM_TimeBaseStructure; TIM_ICInitTypeDef TIM_ICInitStructure; TIM_OCInitTypeDef TI...
Posted on May 17, 2011 at 14:19Thanks for the soon answer. That's what I was afraid of. The problem with that approach is that you always need a pending byte in the data register to stop receiving data. I think this is not a good point, specially if...