Part Number: TCAN284XEVM
Other Parts Discussed in Thread: MSPM0G3519,
I am working with the TCAN284xEVM (Slave) and MSPM0G3519 (Master). I am trying to establish the SPI interface between the slave and the master. I am able to read the DEVICE ID register (all 7 values).

To validate the SPI write operation, I used the Scratch_Pad_SPI register and followed the same steps mentioned below.

However, after performing the write operation, when I read the Scratch_Pad_SPI register, it still returns 0x00. This suggests that the SPI write is not taking effect. I verified both the SPI read and SPI write frames using a Picoscope, and all frames appear to be correct.
1st FRAME: SPI READ ADDRESS : 0x00 and EXPECTED Value : 0x54.
2nd FRAME : SPI READ ADDRESS: 0x0F and EXPECTED Value: 0x00.
3rd FRAME: SPI WRITE ADDRESS: 0x0F and DATA :0xAA.
4th FRAME: SPI READ ADDRESS: 0x0F and EXPECTED Value: 0xAA. (But I am getting 0x00, means SPI WRITE FAILED).

Additionally, I observed that on the EVM, the D22 LED is continuously ON, which corresponds to the nINT indicator pin.
Could you please help me identify and resolve this SPI write issue.
Regards,
SaKhan














