Dark AI
DIIDevHeads IoT Integration Server
•Created by Dtynin on 8/5/2024 in #firmware-and-baremetal
GPIO Pin Configuration Error for DHT22 on AVR32UC with Zephyr OS
Thanks for the heads-up, @Dtynin . Let’s try a couple more troubleshooting steps. First, ensure that
DT_LABEL(DT_NODELABEL(gpio0))
correctly matches the label in your DTS file. To gather more debugging information, modify your code as follows:
This will provide more information about where the failure is happening. Additionally, ensure there are no conflicts with other peripherals or pins. Can you run this modified code and share the output logs?5 replies