3 CS in the same SPI BUS

I don’t remember the exact syntax but when setting up the SPI bus you should set it up so that the bus APIs don’t control the CS. Instead, you will need to manually control the three CS lines using the GPIO APIs.