This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

periodic_adv and periodic_sync how to change to use Zephyr controller?

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

Parents
  • Hello,

    Try setting 

    CONFIG_BT_LL_SW_SPLIT=y

    in your prj.conf. It configure your project to use the Zephyr controller instead of the Nordic one.

    Best regards,

    Edvin

  • Hi, Edvin,

    thanks for your reply,

     Is this the zephyr controller used?

  • It doesn't look like the zephyr controller is used in your first screenshot, since it still logs the "Softdevice controller build revision" thing.

    If you are using SES , you need to reload the project after you have done changes in the prj.conf file. So try to add the CONFIG_BT_LL_SW_SPLIT=y, save, quit and re-open the project. The log should stop printing the "softdevice controller build revision" string.

    Best regards,

    Edvin

Reply
  • It doesn't look like the zephyr controller is used in your first screenshot, since it still logs the "Softdevice controller build revision" thing.

    If you are using SES , you need to reload the project after you have done changes in the prj.conf file. So try to add the CONFIG_BT_LL_SW_SPLIT=y, save, quit and re-open the project. The log should stop printing the "softdevice controller build revision" string.

    Best regards,

    Edvin

Children
No Data
Related