English
Language : 

SLRC400 Datasheet, PDF (67/130 Pages) NXP Semiconductors – I·CODE Reader IC
Philips Semiconductors
I•CODE Reader IC
Product Specification Rev. 2.0 November 2001
SL RC400
7.4 Status Information about the FIFO-Buffer
The µ-Processor may obtain the following data about the FIFO-buffers status:
• Number of bytes already stored in the FIFO-buffer: FIFOLength
• Warning, that the FIFO-buffer is quite full: HiAlert
• Warning, that the FIFO-buffer is quite empty: LoAlert
• Indication, that bytes were written to the FIFO-buffer although it was already full: FIFOOvfl
FIFOOvfl can be cleared only by setting bit FlushFIFO.
The SL RC400 can generate an interrupt signal
• If LoAlertIRq is set to 1 it will activate Pin IRQ when LoAlert changes to 1.
• If HiAlertIRq is set to 1 it will activate Pin IRQ when HiAlert changes to 1.
The flag HiAlert is set to 1 if only WaterLevel bytes or less can be stored in the FIFO-buffer. It is generated
by the following equation:
HiAlert = (64 − FIFOLength) ≤ WaterLevel
The flag LoAlert is set to 1 if WaterLevel bytes or less are actually stored in the FIFO-buffer. It is generated
by the following equation:
LoAlert = FIFOLength ≤ WaterLevel
67
Preliminary