"/c:/ncs/v2.7.0/zephyr/cmake/modules/kconfig.cmake, command failed with return code: 1

Hi guys,

I am following DevAcademy lessons on nrf52833dk kit. I am testing the software on VsCode. SDK version is 2.7.0 and toolchain is 2.7.0. Board target is selected as :nrf52833dk/nrf52833 in build configuration.

https://academy.nordicsemi.com/courses/bluetooth-low-energy-fundamentals/lessons/lesson-4-bluetooth-le-data-exchange/topic/blefund-lesson-4-exercise-3/

I opened the l4/l4_e3 project here in vscode. When I tried to compile it,

"/c:/ncs/v2.7.0/zephyr/cmake/modules/kconfig.cmake, command failed with return code: 1

I'm getting this error.

Could you help me to fix it? thank you!

Parents Reply
  • Hello again Hieu,
    With v2.8.0 sdk, L4_e3 code works with nrf52833dk. We have a custom board that we designed. Here, nrf52820 chip is used. I can compile and flash with nRF52833DK nRF52820 option.

    However, while debugging, the code gets stuck below. Where could the problem be?

    err = mpsl_init(&clock_cfg, CONFIG_MPSL_LOW_PRIO_IRQN, m_assert_handler);

    The .dts and overlay file contents are as follows.

    The pin overview is as follows.

    Furkan

Children
Related