Home arrow Support arrow Forums

Luminary Micro Forums

rocksoft

Expert Boarder
Click here to see the profile of this user

2008/07/25 02:15

Re:UART comm w/ hardware flow control code?

Hi,

The configurable FIFO interrupt trigger levels will help you with RTS/CTS control, although at 9600 I doubt if you would have any trouble processing all the information you need with the 6965 even if you use a CRC. Assuming you're running it at full speed.

The UART block used by Luminary is very good, one thing I like is that you don't have to check error status separately, it gives you error information in the upper bits of the FIFO data. So if you have a comms problem you know which bytes are good or bad in the FIFO without any extra work.

I use some spare GPIO for RTS/CTS on one of my ports, but haven't got around to writing the code to control them yet, even at 115,200 and beyond I don't appear to need it, although having proper control is always a better plan!

Regards,

Liam.

login or register to reply

      Topics Author Date
    thread link
UART comm w/ hardware flow control code?
bayjames 2008/07/22 22:14
    thread link
thread linkthread link Re:UART comm w/ hardware flow control code?
cb1 2008/07/23 09:51
    thread link
thread linkthread linkthread link Re:UART comm w/ hardware flow control code?
bayjames 2008/07/25 01:29
    thread link
thread linkthread linkthread linkthread link Re:UART comm w/ hardware flow control code?
rocksoft 2008/07/25 02:15
    thread link
thread linkthread linkthread linkthread linkthread link Re:UART comm w/ hardware flow control code?
dereksoftstuff 2008/07/25 05:19
    thread link
thread linkthread linkthread linkthread linkthread linkthread link Re:UART comm w/ hardware flow control code?
cb1 2008/07/25 08:12
    thread link
thread linkthread linkthread linkthread linkthread linkthread linkthread link Re:UART comm w/ hardware flow control code?
dereksoftstuff 2008/07/25 10:21