UART Rx Interrupt
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2008-06-19 7:03 PM
This discussion is locked. Please start a new topic to ask your question.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2008-06-18 7:57 PM
Posted on June 19, 2008 at 04:57
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.Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2008-06-19 1:44 AM
Posted on June 19, 2008 at 10:44
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 ]Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2008-06-19 7:03 PM
Posted on June 20, 2008 at 04:03
Thanks very much,
It works properly. Best regards :)