Hi,
I'm currently writing a SPI driver to communicate with TCAN 4551-Q1.
The SPI rate is 10Mhz
Approach 1:
I tried to send 0x41000001 follow by 0x00000000 in order to read TCAN.
However there is no response from TCAN.
Approach 2:
I tried to set TCAN to sleep in check if the SPI is working correctly by sending 0x61080001 follow by 0xC8000420.
But I checked on the Vccfltr pin, it is still around 5v and drop to 0v after few minutes.
Questions:
1. I know the maximum rate for SPI is up to 18Mhz. What about the minimum rate?
2. Is there any method that I can check if the SPI is function correctly in TCAN?