SPI LoRa nRF52840

Hi,

I am trying to do basic tx and rx by interfacing sx1262 and nRF52840 IC in our custom board we have used 100K pull-ups in miso and mosi lines for low power consumption. We observe that whenever we manually send status commands as per the sx1262 datasheet the return value is always 0x22 instead of 0x2A. Could you suggest the preliminary settings that should be done to correct our SPI configurations. 

Is there any additional configurations required to be made when using SPI in custom boards, can the SDK SPI example be used for custom boards ?

Note:

We have also tried to disable and enable the miso pull-up configuration in the SDKconfig.h file.

The SPI lines run at 2.5V.

We have changed the SPI pins (high speed) according to our custom design.

For debugging purpose I am not able to visualise the data in the Logic analyser it shows settings mismatch.

Thankyou.

Related