Hello,
I am currently using an STM32 to interface with the MC33664 and testing to see if it is able to communicate over TPL.
My current setup involves a STM32 Nucleo board, and the FRDM33664BEVB eval board, using jumper wires to connect SPI, EN, and INTB between the two. As there isn't an adequate datasheet that covers startup sequence, communication sequence, etc, I'm using the source code provided online and reverse engineering it to fit the STM32.
I have validated all wake up sequences (EN with INTB response, and CSB bit flipping) and timing requirements, but when I attempt to transmit a message, I get no response on the TPL side.
IMG_6545.jpeg
Yellow is CS/NSS, Blue is TX_CLK, Red is TPL+, Green is TX_DATA(MOSI). I'm not sure what part of the process I'm missing... any help would be greatly appreciated.