Hi,
I have been trying to initialize my driver for the adxl355. I copied almost everything from the lesson 7 exercise 1 of the nrfConnect intermediate course.
For some reason, when I compile I get:
undefined reference to `__device_dts_ord_132'
Which when I entered the device tree, is my custom device. Also, when I open the .overlay file I get this errors:
So I guess I am not including correctly my overlay or the drivers for my device.
I will include the .zip file of my project in case it is needed.
SPITry5.zip
Thank you so much.
Adrian Lopez