Hi Nordic,
I am using SDK 12.3.0, S130 2.0.1 and PCA10028 nrf51 DK.
I would like to ask about SPIS and SPIS event "NRF_DRV_SPIS_XFER_DONE".
1. What would trigger event "NRF_DRV_SPIS_XFER_DONE"? Number of transmitted data reach rx_amount / tx_amount? CS pin pull-high?
2. What would happen if number of transmitted data not reach rx_amount / tx_amount and CS pin already pull high? Would it trigger other event or timeout?
3. rx_amount and tx_amount must be the same? If not, what data would be transmit to master if rx_amount is greater than tx_amount.
Thank you.