I am currently using watermark interrupt to read FIFO. I have it set at 48. Things seem to be working fine.
However, I am thinking of a case where there might be some data in the FIFO at the end(of transmission/or during network power down) which may not be large enough to reach watermark threshold.
Is this something that needs to be handled explicitly in the driver? Or does the watermark interrupt gets generated in such cases as well to allow for getting complete data out of the FIFO?
Thanks!