Hi all
I use nRf52840 with SDK 15.0. It allows SPI SPIS and TWI (i2c) ,but almost 3 items in the same time. I want to use spi0 as master to configurate my other mcu and change to spis 0 as a receiver to receive data from this mcu. but the macro can't change. If I define spi0 ,I can't use spis0 anymore. How to implement my requirement ?