Hello
I'm trying to connect nrf7002EK with SPI3 with nrf52840DK,
NCS/Samples/WiFi/Shell, but I came up after Flash
The error shown in the image below

I would like to know what is causing the above error
Thanks again
Hello
I'm trying to connect nrf7002EK with SPI3 with nrf52840DK,
NCS/Samples/WiFi/Shell, but I came up after Flash
The error shown in the image below

I would like to know what is causing the above error
Thanks again
Hi,
Have you made any changes to the sample?
The Wi-Fi shell sample should work with the nRF52840 DK + nRF7002 EK out of the box if you add the nRF7002 EK as a shield when building. To add it as a shield, add the CMake option -DSHIELD=nrf7002ek like this:
VS Code extension:

Command line:
west build -b nrf52840dk_nrf52840 -- -DSHIELD=nrf7002ek
Best regards,
Marte
Thanks for your answer.
I have added the CMake option -DSHIELD=nrf7002ek before I asked this question.
And I have built the WIFI shell sample successfully.
But when I flash the sample to nRF52840 DK .
It still appear the above situation.
This is my configuration
I can not confirm whether the configuration is true.

Hi,
The configuration looks correct.
Can you share a picture of your DK and shield, so I can verify that everything looks good?
Have you made any changes to the sample or any other files in the SDK?
Best regards,
Marte