Good Morning,
I try to use the microcontroller nrf5340 to control a system of physiological measurements. For that i need to communicate in SPI with differents devices (ADS1298 and AFE4300). Everything is working fine for the ADS1298. But for the AFE4300 i have a problem when i use the function DEVICE_DT_GET(). Here is the beginning of the code in question, up to the device_dt_get() function call, and the corresponding overlay. I have indeed enabled SPI in the prj.conf file.
Beginning of the code :