We are running tests using the spi_master_with_spi_slave example and using an oscilloscope to see if we are getting any signal from the clock or the MOSI but we have not received any signal, we also tried the spi_master example and got nothing. No waveform just flat line. We are following an image of the board and its pins, compared with the code we noticed that SCK is set to pin 29 which corresponds to the pin assignment of P0.24 on the nRF52832 OPS sheet.
Here is an image:
The pin assignment we are following is:
We were hoping someone here could help us figure out what the issue is or what we are doing wrong. There have been no changes made to the code.
Thank you in advance