I am using the IISDWB and am trying to configure it for FIFO mode. FIFO_STATUS2 is always returning 0x6A signaling that FIFO in going into overrun. Any ideas why this is constantly happening?
I read FIFO_STATUS 2 within main, then execute a for loop that will read all bytes stored in FIFO (as per the DIFF_FIFO_BITS : (DIFF_FIFO_BITS are always reading 0x200 as a result of this error with FIFO_STATUS2). And I make sure to read 7 bytes at ...