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 a time - tag + 6 output registers. Then after the for loop I read the FIFO_STATUS2 and print its value again only for it to be 0x6A still. It never seems to change, which is a bit strange. Not sure what I'm missing or if I configured something inaccurately. Would greatly appreciate any insight with this at all.
