I am using Timer6 on STM32F7 series MCU. As soon as I enable the Timer, UIF bit is set in Status Register which is rc_w0, means it gets cleared by reading or writing 0. Then Execution goes to ISR. In ISR when I read the Status register and Try to cl...