Hi ,
I have real ECG device with 2 Click and I almost got NRF52840 with PCA10056 development board. I want to put the analog signal from the ECG device to the ADC on the development board (PCA10056) , so I use the example on the SDK of the NRF which is ble_app_hrs (ble_app_hrs_pca10056_s140_spi) but it does'nt function and I don't understand what is the problem

here you find the sensor that I am using

And here you find the connections that I am making on NRF52840 :
CS ==> P1.13
SCK==> P0.27
SDO==> P0.26
SDI==>P0.02
GND==>GND
5V==>5V
DRD==>P1.15
PWD==>P1.14
Reset==>P1.01
I am Folowing Pins already exists on Pca10056.h like this
Refering on the Pinout GPIO of the sensor :

Is there any way to do that ?