I checked the SPI communication using the NRF52832 development board.
Based on the firmware of the previously developed NRF52810 product, the SPI operation code is applied.
Compilation and download were executed, and the operation waveform is as follows.
Experiment 1
| SS | P0.14 |
| SCK | P0.10 |
| MOSI | P0.06 |

SCK is showing normal signal.
Experiment 2
I tested by changing the port based on SCK.
|
LE |
P0.14 |
|
SCK |
P0.06 |
|
MOSI |
P0.10 |
|
LE |
P0.10 |
|
SCK |
P0.14 |
|
MOSI |
P0.06 |

Experiment 3
The data was transferred from FF values to AA values.
| SS | P0.10 |
| SCK | P0.14 |
| MOSI | P0.06 |

Questions .
1. Why is my data not being transmitted?
2. Why are the signal levels of SS in Experiment 1 and SCK in Experiment 3 change?
3. Why does the MOSI in Experiment 1 have random pulses?