You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to using Zephyr and Wi-Fi and am currently attempting to implement this code on the nRF7002 DK. I have run into an error that I cannot seem to resolve on my own. I would appreciate any guidance you can provide. I am particularly concerned about whether I need to make adjustments to the devicetree bindings when switching from QSPI to SPI.
May be something like "const struct device *dev = DEVICE_DT_GET();
Thank you very much for your help.
The text was updated successfully, but these errors were encountered:
Hi,
I am new to using Zephyr and Wi-Fi and am currently attempting to implement this code on the nRF7002 DK. I have run into an error that I cannot seem to resolve on my own. I would appreciate any guidance you can provide. I am particularly concerned about whether I need to make adjustments to the devicetree bindings when switching from QSPI to SPI.
May be something like "const struct device *dev = DEVICE_DT_GET();
Thank you very much for your help.
The text was updated successfully, but these errors were encountered: