I'm trying to figure out a way to monitor the TX data when using the SPIS. When the slave is requesting to send data back to the master, we are asserting a pin. When all of the data has been transferred, we would like to be able to de-assert the pin to let the master know it can end the transaction.
So far, it looks like none of the SPIS registers get updated until after the transaction.
Is there something I can monitor?
All suggestions welcome.