Is UART_CR1.TE toggle sufficient for IDLE frame generation, if UART kernel clock is APB?
I experimented with this, however, as long as UART kernel clock was set to APB, idle frame was generated, even if the two instructions writing to UART_CR1 were immediately after each other. I may have overlooked something of course.I have no problem ...