Mipi signals

You can search “USB HUB” online for its function.

are there any application examples that you can provide that other people might have used or suggested for using I2C to interface the gyroscope ?

No. Hope someone in forum has such experience can be shared. In general, I2C is a simple IO that should be easy to implement.

Can we use the slave select of the 1st and 2nd SPI Master for controlling the 3 slaves as marked below in blue ??

meaning there by :

SPI0_CS0 for slave1
SPI0_CS1 for slave2
SPI1_CS0 for slave3

this is not clear from the datasheet or DG

image.png

Sure. It is general usage/function of SPI port, no need to mention in DG.

thanks for the reply,

I am using SPI0 as master but not SPI for controlling the 3 slave devices.

So do you mean I can still use SPI1_CS0 for slave3 even though I am not using other signal from SPI1 like SPI1_SCK , SPI1_MOSI etc… ??

No, it is not recommended.

ok thanks,

Can you please then let me know which GPIO or any other signal can I use as a chip select for the 3rd slave ?

Only two CS for one SPI port.

yes i understood that,

My question is if I have 3 slaves then can I use any of the GPIO’s as chip select for the 3rd slave ?

Not sure about it, as it is not validated on nano.

thanks then can you please check with the Nano team and kindly let me knowv

We don’t have such plan. Please just follow OEM DG.

Will be helpful if you can please check with the Nano team