Hello everybody,
I want to communicate between two MCUs(S32K) via SPI:
Master use LPSPI and the slave use FLEXIO SPI.
Is there any way to configure the FLEXIO SPI driver to trigger an interrupt once the master finish the communication to read data by slave?
Do you have any other idea to exchange the data between the two MCUs other then interrupts ?