In one of our projects the nrf51 shares the SPI to a device with an STM32 microchip. To be able to successfully share the SPI channel, I'd have to put the SPI pins of the nrf51 into tri-state. I read that I could put them into tri-state by setting them as input. However, I don't know if it works, since I am still unable to make a successful connection to the device with the stm32 chip.
Is it possible to put a nrf51 pin into tristate and if so, how? Is there any way to test it if the pin really is in tri-state mode?