I am having the same problem as in
- Case ID: 244142
devzone.nordicsemi.com/.../nrf52840_dk-spi-configuration
I am using nRF5340.
The problem I'm facing is that when i hook up my logic analyzer it shows no activity except for the SCK/clock line. The clock line starts every time spi_transcieve() is run but the other lines(MISO, MOSI and CS) shows no activity.
Hope to see a working example of SPI on nrf5340 or find the solution of
- Case ID: 244142