Hi, we are working with the MC33771C, s32k144 and the transceiver MC33664C and we have an issue.
We are using the example project "BCC_S32K144_Monitoring".
The problem occurs in the function "BCC_AssignCid".
When the instruction "status = BCC_Reg_Read(drvConfig, BCC_CID_UNASSIG, MC33771C_INIT_OFFSET, 1U, &readVal);" run, the status give us a "BCC_STATUS_COM_TIMEOUT" because the slave does not recieves response from the MC33771C.
We capture the spi frame in the 'BCC_Reg_Read' in the "BCC_AssignCid" function and we notice that the master data output of the master does not end at '1'. We do not know if this matters..

The green signal is the master clock and the yellow is the master master data output.

Here, the green signal is the master chip select and the yellow is the master master data output.

Here, the green signal is the serial data input of the slave and the yellow is de serial data output of the master.
The signal recieved in the slave was sent by the transceiver MC33664.
We test the tpl signals of the transceiver MC33664 and works well.
Clarifications:
1. The function BCC_SoftwareReset correctly send the spi frame.

The yellow is the master data output and the green is the slave data input.
2. We have correctly powered the board at 42.1 volts.
3.We are working on tpl mode.
Thanks in advance.