OK, a bit of confusion somebody can clear up for me, I hope;
Does NRF_SERIAL_EVENT_RX_DATA get sent when there is ANY data in the RX buffer, or only when the RX buffer is full?
And if the later, does the FIFO keep receiving data during any processing dead time in handling that event?
What I want to do is several reads of differing length as I have a Start of Frame followed by a length, and I would ideally read two characters, extract the length, and then read the rest of them. However, if I have to take one event per character, the processor is fast enough to manage. I just need to know which situation I have to expect.
Thanks in advance!!
-Ben Burch
BTR Controls, Inc.