This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

There is a problem with the SPI signal waveform.

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

SS - SCK SS - SCK MOSI - SCK

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

                                                                                                   
SCK - MOSI   

LE

P0.10

SCK

P0.14

MOSI

P0.06

SCK - SS

Experiment 3

The data was transferred from FF values to AA values.

SS P0.10
SCK P0.14
MOSI P0.06

MOSI - SCK  SS - SCK

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?

Related