Has there been any changes to TIMx_SMCR in STM32F407 series MCUs?
This might be a really stupid question but I recently downloaded RM0090 revision.19 for reference in use of timers in STM32F407IGT6.
But I have noticed some diffrences from old reference manual & I can't find revision history for that.
Old revision of this refrence manual I had refers TIMx_SMCR's SMS bits as
001 : Encoder mode 1 - counter counts up/down on TI2FP2 edge depending on TI1FP1 level.
010 : Encoder mode 2 - counter counts up/down on TI1FP1 edge depending on TI2FP2 level.
but revision.19 refers TIMx_SMCR's SMS bits as
001: Encoder mode 1 - Counter counts up/down on TI2FP1 edge depending on TI1FP2 level.
010: Encoder mode 2 - Counter counts up/down on TI1FP2 edge depending on TI2FP1 level.
Has there been some changes to TIMx_SMCR in STM32F407 series?
Can anyone tell me which one is correct description?
SMS bits description in old revision.
Current revision(19)'s description of SMS bits.
