Hi, I'm using a nRF51422+nRF6310 and I need to use SPI in order to connect with some devices. I am trying to run the example "spi_master_example_with_spi_slave" but I found is not working. Apparently is not crashing (is not going to the error handler), the problem is that I cannot see the clock signal ( neither the MISO, MOSI...) in any of the pins. Not only I tried with the appropiate pin but also I tried with all the other pins and I'm not seeing the signal on my oscilloscope. What can be working bad? How can I solve that problem and use my SPI in master mode? I hope you can help me whit the issue, Thanks in advance