Hello,
I am using an Adxl362 accelerometer on nrf9160 dk board.
I followed the tutorial a to add the overlay file and even configure the pins i want to use by flashing an appropiate firmware to the nrf52 SoC.
After all the setUp,configuration and wiring i end up the the error;
[00:00:00.000,061] <err> ADXL362: Unable to get GPIO SPI CS device.
I have been trying to make this work for throughout the entire weekend but i have not been successful.
Please find below the content of my files,
nrf9160_pca10090ns.overlay;
prj.conf;
Im using the adxl362 sample code found in zephyr;
https://github.com/zephyrproject-rtos/zephyr/tree/master/samples/sensor/adxl362
Please let me know what i am doing wrong
Thanks and regards