I have set up a GMSL2 link with a MAX96716F deserialiser and MAX96717 serialiser, and am wanting to send and receive SPI commands over this link as illustrated below.
The I2C addresses for each device are annotated in red.
I have configured the device register settings per the script pictured below.
With serialiser register 0x172 set to 0x04 I am expecting a SPI Mode 3 output, however, when I send a sample message the SPI output appears to still be Mode 0.
I believe this is the case as the SPI clock idles low.
Refer below for an oscilloscope screenshot of a sample message, where:
- Channel 1 is SCK;
- Channel 2 is MOSI;
- Channel 3 is MISO; and
- Channel 4 is SS1.
Does anyone know why I am not getting a Mode 3 output?
Thanks.