I have seen this document, but it doesn't provide the information I need to address the following issue.
I want to read and write one or two bytes of SPI data at a time to my single slave device, the MAX31865. I was expecting to be able to use SPI0 on the FRDM-K64F and to connect it directly to the MAX slave. But I don't see an SDK DSPI example that I can use for that case.
Example FRDMK64F_dspi_interrupt requires two SPI instances (SPI0 & SPI1), and to connect the pins of SPI0 to SPI1. What advantage does using two SPI instances have over that of one, assuming that it works? I'm not sure that I even need an interrupt driven protocol. Speed is not that much a concern.