Does anyone know what the timing specifications are for the TRF7960's SPI interface when using SS?
- Minimum time between assertion of SS to first rising clock edge?
- Max SPI clock frequency?
- Minimum time SS needs to be deasserted between back-to-back SPI communications?
Also, in the case of transmitting 15 bytes using SPI mode with SS, you'd load the first 12 bytes into the FIFO and then you have to wait for more room to become available (which you can monitor via the IRQ and FIFO status registers). Do you deassert the SS pin after those 12 bytes have been sent and then perform another continuous write to the FIFO address when the FIFO has room for the last 3 bytes, or do you keep SS pin low while you wait, and just transmit the last three bytes?
Thanks,
Ryan Frazier