This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF52832 HCI interface (zephyr HCI UART using seggar Embedded Studio)

Hello,

we are using NRF9160 +Nrf52832 in a project. NRf52832 has to be used as HCI interface..after searching for this, i came to know that zephyr based HCI uart sample needs to be build & programmed to the 52832. can i able to build the sample from zephyr rtos hci uart sample using seggar embedded studio. i tried "open nrf connect sdk" using nordic version of seggar.. after pointing to cmake,and boards, project not loaded. it gives out some errors..can anyone help me out with how to open & necessary conf files to use samples from zephyr rtos using seggar studio .Thank you

Parents Reply
  • Now, I see what's wrong. You chose the wrong board folder. Choose this:

    C:/Nordic/zephyr-master/zephyr-master/boards/arm/nrf52dk_nrf52832

    instead of this

    C:/Nordic/zephyr-master/zephyr-master/samples/bluetooth/hci_uart/boards/nrf52dk_nrf52832

    By the way, if you have opened SES from the Toolchain Manager, the Zephyr Base will be set automatically, and you should use the same Zephyr folder when building your projects. E.g. when I open NCS v1.3.0 through the Toolchain Manager and SES, the following Zephyr Base will be set in Tools-->Options-->nRF Connect-->Zephyr Base:

    C:\Users\<user name>\ncs\v1.3.0\zephyr

    Best regards,

    Simon

Children
Related