Hi, my slave will send 55 bytes to SPIM, if I check slave data when SPIM received all data, and it will spend 1.8ms, I think its long.
Can I check data when SPIM starts to receive? As SPIM receive one byte, I check one byte, not receive all 55 bytes, and then check it. I think this way can save more time. because when I check wrong data, I can drop rest of data.
thanks