I am trying to run the hci_uart sample on my 9160 DK but I am facing problems uploading the code. I am able to run the AT client and Asset tracker just fine. As soon as I try to upload code in the on board nRF52, I am facing this problem.
I am trying to run the hci_uart sample on my 9160 DK but I am facing problems uploading the code. I am able to run the AT client and Asset tracker just fine. As soon as I try to upload code in the on board nRF52, I am facing this problem.
Hello,
You need to flash the hci_uart sample to the nrf52840 chip on the 9160 DK. Flip the PROG/DEBUG switch from nRF91 to nRF52 and then flash again.
I did change it to nRF52 using Prog/Debug for the first time as well. But this time I get a different error.
When you import the project, you should use options similar to this,
When you import the project, you should use options similar to this,
That what exactly I am doing. But still facing the problem.
Make sure the switch is on nRF52 and then run nrfjprog -e. Then try again.
I am doing that as well. Still facing the same problem.
Have you updated the NCS repositories recently?