Enthernet Code
Enthernet Code
DIIDevHeads IoT Integration Server
Created by Dtynin on 7/2/2024 in #middleware-and-os
Resolving 'SPI Device Not Ready' Error on AVR Microcontroller with Zephyr RTOS
@Dtynin in addition to the answers u ahv received also consider adding debug logs to trace the initialization process and see where exactly the error occurs. You can add logs before and after the DEVICE_DT_GET call to ensure it's fetching the SPI device correctly.
9 replies