Hello, NXP!
I have some problems with TPL communication between MC33771B(2ea) and MCU(S32K144) ( with MC33664).
my configuration of SPIs for interfacing MC33664's like below
-----------------------------------------------------------------------------------------------------------------------------
Master SPI Tx: 2Mbps / 40bits/frame / PCS : active low / Second Edge / MBS / Interrupt type
Slave SPI Rx : 40bits/frame / PCS : active low / Second Edge / MBS / Interrupt type
Core Clock 80MHz
Initial Fault Status( no change afterwards )
CID1(1st daisy chain) COM_STATUS error count 2 / FAULT1 0x0040 FAULT2 0x0000 FAULT3 0x0000
CID2(2nd daisy chain) COM_STATUS error count 2 / FAULT1 0x0040 FAULT2 0x0000 FAULT3 0x0000
----------------------------------------------------------------------------------------------------------------------------
I am using NXP's BCC driver.
I'm trying to read/write registers about 20 times each, every 200ms.
But sporadically receive CRC(many)/TagID(few)/RC(few) mismatch errors. (average 1 error per 2 minutes )
At which point I should look into first to resolve this issue ?
Many thanks for your support in advance.
Sungho