Question
STM32F3 Discovery Counter
Posted on July 16, 2013 at 06:52
I'm working with a quadrature decoder that I set up on timer 8. I'm having trouble because the counter on timer 8 only seems to count up to 16 bits. I really need it to count up to 32 bits. Is it possible to configure the counter to do this?
I tried doing this:TIM_TimeBaseStructure.TIM_Period = 0xFFFFFFFF;
But it hasn't worked for me. Any ideas? Thanks in advance for the help! #know-your-tools