I think there is something wrong with my SPI, I don't know where the configuration is wrong, can you tell me?First of all, the SPI of the chip follows CPOL=0 and CPHA=1. I think this should be idle SCK for low level, collecting data at falling edge.So I configured the "SPI" ShiftClockidleLevel for Spi in my S32DS to LOW and "SpiDataShiftEdge" to TRAILING for me given in the graph.However, I captured the waveform diagram of SCK and MOSI through my oscilloscope, and what I can tell you is that the corresponding data of my first 8 SCKS is "00001110". You can see that the MOSI corresponding to the SCK in this waveform is clearly collected for the rising edge. I don't think it's right.You can also see the communication waveform diagram of the chip I gave you. Can you move the corresponding time of SCK or MOSI here, so that the falling edge of SCK corresponds to the data of MOSI? Or you can tell me what I set up wrong, what needs to be changed, or you can give me a correct example. Looking forward to your reply