Hello Team,
question from ART:
------------------------------------------------------------------------------------
We are using two SPI channels for intercommunication between S32K358 and a uP.
For one the S32K3 is Master and used only for Transmission and the for the other is slave used only for receiving..
Actually we have configurated a spiSquence contening a single job containing a single channel.
See below:
To receive from this SPI (slave) we are using:
2. Spi_AsyncTransmit, with Sequence as parameter.
We are using a callback per la SpiSeqEndNotification called when the numbers of data is received. NO call if the number of data is less or data lost if more.
We would like to have all the data read and receive ENDNotification when CS is releazed.
Any suggestion?
------------------------------------------------------------------------------------
BR
Stefano