Hi,
ncs1.8.0\zephyr\samples\bluetooth\periodic_adv\
ncs1.8.0\zephyr\samples\bluetooth\periodic_sync\
periodic_adv and periodic_sync
how to change to use Zephyr controller?
thanks
Hello Edvin,
i've found the root cause.
SES Open nRF Connect SDK Project will created build_nrf52840dk_nrf52840 folder,
CONFIG_BT_LL_SW_SPLIT=y work well.
use cmd "west build -b nrf52840dk_nrf52840 –p && west flash --erase" will created build folder,
CONFIG_BT_LL_SW_SPLIT=y invalid.
and The two folders are very different;
because periodic_adv\build_nrf52840dk_nrf52840\zephyr\.config "CONFIG_BT_LL_SOFTDEVICE=y" and others.


as follow, first is SES log,next is outlog by cmd build.

CMD compilation solves many problems, but I don't know why the results of SES compilation are incorrect.
thanks
Hello Edvin,
i've found the root cause.
SES Open nRF Connect SDK Project will created build_nrf52840dk_nrf52840 folder,
CONFIG_BT_LL_SW_SPLIT=y work well.
use cmd "west build -b nrf52840dk_nrf52840 –p && west flash --erase" will created build folder,
CONFIG_BT_LL_SW_SPLIT=y invalid.
and The two folders are very different;
because periodic_adv\build_nrf52840dk_nrf52840\zephyr\.config "CONFIG_BT_LL_SOFTDEVICE=y" and others.


as follow, first is SES log,next is outlog by cmd build.

CMD compilation solves many problems, but I don't know why the results of SES compilation are incorrect.
thanks