I am trying to run the Lpspi_Flexio_Ip_S32k344 example present in the S32 Design Studio on S32K3X4EVB-T172. I have connected the jumpers as written in the description file.
But upon running the code, data from TxSlaveBuffer gets stored in RxMasterBuffer but the RxSlaveBuffer remains empty.
I am just running the example code as it is, so there should not be any problem. So why Master to Slave transfer is not working ?? What am I doing wrong ?
I guess the demo you're using is Lpspi_Flexio_Ip_Transfer_S32K344
From the picture in the below you can see, the supported boards are S32K3X4EVB-Q257 or S32K3XXEVB-Q172, not S32K3X4EVB-T172
so please double check if the pin settings are the same or not.
There will be no problem with the software side. We have tested these sample codes on the corresponding hardware. I think the problem is still a hardware problem.