chip6748. take a look code below:
"while(TxCSR.bit0) { TxCsr |= 1<<3;} //bit3 is flush FIFO bit."
why I can't clear bit0 of TxCsr?
If TxCSR is not cleared,
when next In-token is coming, the peripheral will return a ZERO-Frame to host, which is a wrong response.
can you help me?