In SCI with FIFO it is possible to get an TX interrupt only when the buffer is empty. How it goes with LIN in SCI mode? Do I get an interrupt every time one character is sent or only when the buffer is empty? I try to avoid to go too often to TX interrupt. Is it possible somewhere to change the interrupt level. The documentation doesn't give any answers.
JHi