dspi_interruptο
Overviewο
The dspi_interrupt example shows how to use DSPI driver in interrupt way:
In this example , one dspi instance used as DSPI master and another dspi instance used as DSPI slave in the same board. This example does not use the transactional API in DSPI driver. Itβs a demonstration that how to use the interrupt in KSDK driver.
DSPI master send/received data to/from DSPI slave in interrupt . (DSPI Slave using interrupt to receive/send the data)