This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

fifo()

Hi All,,

The Data is serially coming into my controller , is processed there and then sent out serially. The data is packed between header (8 zero bytes) and tailer (8 0xff bytes).

Should i detect for the valid header and then start adding the incoming data into the fifo() and then just process the data. Or should i push all the incoming bytes into the fifo() and detect the valid header from there and then process the data ??

Any goood reasons for any preference ??

Thankzz && Bye
-Rocknmoon