nRF9161 DK - hello_dect sample library dependencies

Hi, I am trying to use the DECT NR+ sample from the 2.7.0 nrfconnect sdk but I can't seem to get the following to work in the prj.conf:

CONFIG_NRF_MODEM_LIB=y
CONFIG_MODEM_ANTENNA=y
CONFIG_NRF_MODEM_LINK_BINARY_DECT_PHY=y

the results of my build give me the following:
CONFIG_NRF_MODEM_LIB was assigned the value y, but got the value n. Missing dependencies:
SOC_SERIES_NRF91X && TRUSTED_EXECUTION_NONSECURE

CONFIG_MODEM_ANTENNA was assigned the value y, but got the value n. Missing dependencies:
NRF_MODEM_LIB

CONFIG_NRF_MODEM_LINK_BINARY_DECT_PHY was assigned the value y, but got the value n. Missing dependencies:
<choice>
this is my build setup:
Parents Reply
  • I uninstalled the v2.7.0 SDK/toolchain using the Toolchain Manager (reported as v1.5.2) in nRF Connect for Desktop v5.0.2. I then physically deleted the files in my c:\ncs folder (parent for both SDK and toolchain).

    I then proceeded to install "nRF Connect SDK v2.7.0", despite the Toolchain Manager suggesting the recommended way was via the VSCode extension.

    Follow the reinstall the above warnings still exist.

Children
No Data
Related