UARTE RX count

I have configured EasyDMA RX.MAXCNT=256 and set EVENTS_ENDRX. If >=256 bytes arrive, an interrupt occurs immediately.
And if only 128 or 10 or 203 come.. byte, then I'll never know.
I can look at the EVENTS_RXDRDY register, and see that something has arrived. But I can't figure out exactly how many bytes came. In the RXD.AMOUNT register, it is always 0 until 256 bytes arrive, and then 256 immediately appears. How do I find out the exact number of bytes received?

Parents Reply Children
No Data
Related