I am trying to get timers 1 and 2 to behave as a single 32 bit timer, I appreciate that this is not a Keil direct issue, but I use the STM32_Init.c configuration wizard as I am new to Arm, and it simplifies things initially, so I'm not sure where to post this really.
Does anyone know of a demo/example config file or even some pointers to what Im doing wrong...
TIM1 - my master timer captures values very nicely thank you, TIM2 even though its set as a slave of TIM1 just sits at zero (when it should count down from 0xffff), it has no prescaler its set to be reset mode in the slave mode selection, not sure what else to set.... just to see the value change would be a start, even if it was wrong!
Any pointers or suggestions would be appreciated, I would include the config wizard file, but I think that's not a good idea.
Thanks
Richard