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

ADXL362 with nRF9160 DK

I am trying to communicate between an ADXL362 accelerometer and a nRF9160 DK. I see on this link https://docs.zephyrproject.org/latest/samples/sensor/adxl362/README.html that zephyr has a sample library for the ADXL362. I followed the instructions provided in the link.

cmake -GNinja -DBOARD=nrf9160_pca10090ns ..

ninja

How do I declare the DT_INST_0_SOC_NV_FLASH_LABEL for the nRF9160DK?