I'm using nRF Connect for VSCode to program my nrf5340dk but the SDK can't detect my nrf5340 on the boards (You can see in the image). Can anybody help me to fix this problem?
I'm using nRF Connect for VSCode to program my nrf5340dk but the SDK can't detect my nrf5340 on the boards (You can see in the image). Can anybody help me to fix this problem?
Hi
The serial number under "Connected Devices" in your app corresponds with the serial number on your DK, so this is the DK you're seeing. You can't expect the VS Code extension to know which exact DK it is communicating with, since it's communicating with the debugger MCU, and not the nRF5340 SoC itself.
If you want to see logging from the NRF5340, you can press the VCOM0 and VCOM1 to get a logging terminal up and running which should be the NET and APP core logging forwarded to the COM ports on the DK.
Best regards,
Simon
Hi
The serial number under "Connected Devices" in your app corresponds with the serial number on your DK, so this is the DK you're seeing. You can't expect the VS Code extension to know which exact DK it is communicating with, since it's communicating with the debugger MCU, and not the nRF5340 SoC itself.
If you want to see logging from the NRF5340, you can press the VCOM0 and VCOM1 to get a logging terminal up and running which should be the NET and APP core logging forwarded to the COM ports on the DK.
Best regards,
Simon