I created a project on nrf9160, which connects many peripherals, including SPI,I2C,UART. According to the specification, nrf9160 can use up to 4 sets of serial peripherals at the same time because of address sharing. However, the actual situation is that when I use SPI2,SPI3,I2C1 at the same time, I can't get the binding of SPI2, and when I use SPI2,SPI3,UART1 at the same time, they are all ok, why?
