User Activity

Hello,what is the value of USART->DR (RDR) is read twice after receiving a byte? E.g.Byte 0xFF received, RXNE flag set.DR is read into variable, RXNE is cleared, the variable contains 0xFFDR is read into variable, the variable contains ?Does the DR h...
Hello,I am trying to configure TIM9 input capture to detect high-low transition on a signal connected to TIM9_CH1 pin. There is a requirement to filter out short negative pulses < 480 ns. The timer is running at 100 MHz.The configuration is straighfo...