Hi Nordic:
I read nwp_029.pdf anf download zephyr-v2.2.1,compile samples/bluetooth/hci_uart but fail, What's wrong with the operation?
Hi Nordic:
I read nwp_029.pdf anf download zephyr-v2.2.1,compile samples/bluetooth/hci_uart but fail, What's wrong with the operation?
Hi Nordic:
I find it's my mistake,cmd should "cmake -DBOARD=nrf52840dk_nrf52840 -DCONF_FILE=nrf52840dk_nrf52840.conf ..",and not"cmake -DBOARD=nrf52840dk_nrf52840 -DCONF_FILE=nrf52840dk_nrf52840.conf ",but no .hex/.bin file.
Hi,
To get the toolchain running properly, including environmental variables, please see the zephyr documentation:
From your screenshot, it now selects microsofts compiler. You need to set the env. "ZEPHYR_TOOLCHAIN_VARIANT" to "gnuarmemb" and "GNUARMEMB_TOOLCHAIN_PATH" to the path of the compiler as well. Remember to delete the build folder when changing such variables
If you want to use SES NordicEdition, please follow nRF connect for desktop -> "Getting started assistant", as linked here:
Kind regards,
Håkon
Hi
thanks,I resolved this issue.
Hi,
That is great to hear! Let us know if you run into any issues or have questions in the future.
Cheers,
Håkon