2008-06-19 07:03 PM
2008-06-18 07:57 PM
Hi everybody,
STR750 UART Rx Interrupt is triggered according to RXIFLSEL register. But i can choose min 1/8 Full of FIFO. So the interrupt is triggerred if FIFO has 2 bytes. Is there any solution to trigger Rx interrupt while FIFO has 1 byte.2008-06-19 01:44 AM
just activate also the RX timeout interrupt. This interrupt ensures that if bytes are left in RX buffer, an RX interrupt will occur, after a specified number of bits time.
good luck [ This message was edited by: nir.aloni on 19-06-2008 14:15 ]2008-06-19 07:03 PM
Thanks very much,
It works properly. Best regards :)