Solved
[solved]DSPI Rx FIFO question
Posted on July 01, 2015 at 03:48
I am programming on pictus dspi module, I have queries describe below:
/********************************************/ DSPI(module).PUSHR.R = nCONT|DSPIx_CTAR0|nCS+ucDIN; while(DSPI(module).SR.B.RFDF == 0); //Point A DSPI(module).SR.B.RFDF = 1; //Point B /********************************************/ question are: 1) Read POPR should be inserted at Point A or Point B 2) From reference manual , I understand that RFDF is a flag indicating Rx FIFO is not empty, if I dont add any read DSPI_POPR code here, Will Rx FIFO be flushed to no entry level? Thanks! #dspi-pictus