I'm using a RP2040 for a personal project. I'm already using the SPI0 with GPIO 3 to 6, and SPI1 with GPIO 11 to 14. Is it possible to use the SPI0 with GPIO 16 to 19 at the same time with another device?
I'm asking this question because I feel like it can be possible if many GPIO have SPI0 and SPI1, but I don't how it can work if both devices are using SPI0 at the same time.
I worked a lot in the past on the CAN and I²C bus but I'm new with SPI so I'm sorry if my knowledge of this bus communication is not that great.
Thanks for answers