making GPIO P0.10 and P0.11 as normal GPIO in nrf5340

Hello,

  I want to use P0.10 and P0.11 for SPI purpose for my custom nrf5340 board.

But when I clear the forwarder property for these pins from the pin editor gui, I am getting below error.

devicetree error: 'gpios' is marked as required in 'properties:' in F:/PROJECT/v2.3.0/zephyr/dts/bindings\gpio\nordic,nrf-gpio-forwarder.yaml, but does not appear in <Node /nrf-gpio-forwarder/uart in 'F:/PROJECT/v2.3.0/zephyr/misc/empty_file.c'>



CMake Error at F:/PROJECT/v2.3.0/zephyr/cmake/modules/dts.cmake:231 (message):
gen_defines.py failed with return code: 1
Call Stack (most recent call first):
F:/PROJECT/v2.3.0/zephyr/cmake/modules/zephyr_default.cmake:108 (include)
F:/PROJECT/v2.3.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
F:/PROJECT/v2.3.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
CMakeLists.txt:4 (find_package)



FATAL ERROR: command exited with status 1: 'f:\PROJECT\toolchains\v2.3.0\opt\bin\cmake.EXE' '-DWEST_PYTHON=f:\PROJECT\toolchains\v2.3.0\opt\bin\python.exe' '-Bf:\PROJECT\test_code\tutorial1_gpio\blinky\build' -GNinja -DBOARD=nrf5340dk_nrf5340_cpuapp -DNCS_TOOLCHAIN_VERSION:STRING=NONE -DDTC_OVERLAY_FILE:STRING=f:/PROJECT/test_code/tutorial1_gpio/blinky/nrf5340dk_nrf5340_cpuapp.overlay -DCONF_FILE:STRING=f:/PROJECT/test_code/tutorial1_gpio/blinky/prj.conf '-Sf:\PROJECT\test_code\tutorial1_gpio\blinky'

How can I solve this ? I don't want any log to be printed from the network core.

Parents Reply Children
No Data
Related