Hi,
In the nRF5340 (I may be wrong, but haven't seen it in nRF52-series) the peripherals UARTn, TWIXn and SPIXn (where X is either M or S and n is number from 0-3) the same instance number peripheral can't be used at the same time. That means that we only have in total 4 peripherals (+ an additional SPI). What is the reasoning behind this?
Second, I do believe that we can do multiplexing between the different peripherals, but this is not supported by Zephyr directly - we have to do it through nrfx drivers. Will the Zephyr support for this be included in the future?
Best regards,
Geir