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

Trouble communicating with ADXL362 over SPI

Hello, I am trying to test out an ADXL362 module with my nRF52840 DK. It uses SPI to communicate. I have tried different speeds from 1M to 125K but nothing seems to work. I am unable to read the first 4 registers which contain dev_id, rev_no, etc. These are Read Only registers and should have a specific value hardcoded in them by the manufacturer If I change the speed the values that I read also changes thus I think it might be a timing issue. I have scoped my lines and it looked alright. There was another thread with the same problem on the forum here:

https://devzone.nordicsemi.com/f/nordic-q-a/40541/failed-to-read-write-adxl362-data-using-nrf52840

But the issue was never resolved. Is there an update on this? Like this thread, my ADXL is working as I tested it with an Arduino.

Thanks

Related