Hi david_cy_kao,
After reading interrupt status register, status register and interrupt line will be cleared, but condition still hold when it is cleared, interrupt will assert again.
You could map one interrupt pin to FIFO watermark interrupt, such as INT2 was only used for it. When host MCU receive interrupt from INT2, don't read interrupt status register, then it will not have two interrupts.
... View more