This is a new install of NCS 6.1. Installed using nRF Connect Desktop v3.7.0 Toolchain Manager and connected to a new nRF5340 DK.
I followed the Getting Started, Running a First Test instructions here: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_gsg_ncs%2FUG%2Fgsg%2Ffirst_test.html
I was able to get the HRM demo application loaded and running using the nRF Connect Desktop Programmer using the download HEX files. It did ask me if I wanted to erase the two processors in the DK before programming the HRM files, which I did. The HRM loaded and ran on the DK.
I then used the File->Open nRF Connect SDK Project and loaded the Getting Started Zephyr-> Blinky application and compiled, downloaded to target and ran. It ran fine.
I repeated this process for Bluetooth example projects but I am unable to get any of the Short Range Bluetooth applications to run.
I tried beacon, peripheral_lbs and peripheral_hr for targets nrf534dk_nrf5340_cpuapp and nrf534dk_nrf5340_cpuappns these projects compiled with no problem but none of these projects will run on my nRF5340 DK when built and loaded from SES.
The serial terminal shows zephyr booting and then it hangs
*** Booting Zephyr OS build v2.6.0-rc1-ncs1 ***
I am getting a warning message each time I run Target->Download Zephyr/merged.hex that says the build is out of date and has to be rebuilt, although I just built it! Not sure if this is causing the issue?
Can you please help me fix this problem?