In the ble_coex example, changing the board type to ns causes the build to fail.

Hello,

Sample used: [Wifi] ble_coex
Board used: nRF7002dk
Toolchain used: v2.6.1
SDK used: v2.6.1

Build Success Board Type : nrf7002dk_nrf5340_cpuapp
Build Fail        Board Type : nrf7002dk_nrf5340_cpuapp_ns

Fail log part:

C:/ncs/v2.6.1/nrf/ext/oberon/psa/core/library/check_crypto_config.h:80:2: error:
#error "PSA_WANT_ALG_DETERMINISTIC_ECDSA defined, but not all prerequisites"
80 | #error "PSA_WANT_ALG_DETERMINISTIC_ECDSA defined, but not all prerequisites"
| ^~~~~


I want to change the board type to ns (because the WiFi HTTPS example uses ns)
please guide me how to do it.

There are no code changes other than the addition of peer_addr_ipv4 from the official sample.

BR
Jeon

Related