Hi,all
While troubleshooting the SPI configuration, I discovered that the input and output interfaces of the UJA1169's SPI were mistakenly cross-connected with those of the SPI1 on my S32K312 board, resulting in an inverted connection.
Therefore, as stated in the Reference Manual, I attempted to configure Sin as the output interface and Sout as the input interface by adjusting the CFGR1[PINCFG] setting. However, after completing the configuration, I found that normal communication was still not possible.
May I inquire if it's feasible to reverse the roles of SPI1's Sin and Sout interfaces? And if so, are there any additional configuration considerations or precautions I should be aware of?
My SPI configuration is as shown in the attached file. By the way, the CLK (Clock) and CS (Chip Select) signal waveforms are normal.