How timers in STM32F7 start workig?
While preparing slides for students about timers in STM32F7 microcontrollers, I came across several inaccuracies in the description of their work presented in the STM32F7 reference manual RM0410 rev 4. The following sentence can be found in the mentioned document: “Note that the actual counter enable signal CNT_EN is set 1 clock cycle after CEN�?. However, in Fig 337 one of the signal is signed as follows (CEN=CNT_EN), which contradicts the statement from the quoted sentence.
In turn, elsewhere in the same document I came across the following sentence: “As soon as the CEN bit is written to 1, the prescaler is clocked by the internal clock CK_INT�?. How should I understand the statement "as soon as" – in the same moment? Fig. 337 shows that the signal CK_PSC appears two periods of CK_INT after the rising edge of CNT_EN. However, in Figs. 331 to 333 I see something different – the signal CK_PSC exists before the rising edge of CNT_EN.