Target nRF52832(nrf52dk_nrf52832)
SDK NCS v2.0.0
I could build with NCS v1.9.1 but I cannot build with NCS2.0
[Build log]
In file included from C:/NCS200/v2.0.0/zephyr/include/zephyr/toolchain.h:50,
from C:/NCS200/v2.0.0/zephyr/include/zephyr/sys/errno_private.h:10,
from C:/NCS200/v2.0.0/zephyr/lib/libc/minimal/include/errno.h:32,
from C:/NCS200/v2.0.0/zephyr/include/zephyr/drivers/uart.h:23,
from C:/NCS200/v2.0.0/zephyr/drivers/serial/uart_nrfx_uarte.c:11:
c:\ncs200\v2.0.0\zephyr\soc\arm\nordic_nrf\common\soc_nrf_common.h:229:2: error: static assertion failed: "/soc/uart@40002000 has legacy *-pin properties defined although PINCTRL is enabled"
229 | BUILD_ASSERT(!IS_ENABLED(CONFIG_PINCTRL) || \
| ^~~~~~~~~~~~
C:/NCS200/v2.0.0/zephyr/drivers/serial/uart_nrfx_uarte.c:2053:2: note: in expansion of macro 'NRF_DT_CHECK_PIN_ASSIGNMENTS'
2053 | NRF_DT_CHECK_PIN_ASSIGNMENTS(UARTE(idx), 1, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:/NCS200/v2.0.0/zephyr/drivers/serial/uart_nrfx_uarte.c:2143:1: note: in expansion of macro 'UART_NRF_UARTE_DEVICE'
2143 | UART_NRF_UARTE_DEVICE(0);
| ^~~~~~~~~~~~~~~~~~~~~
I read some articles in Nordic, but I cannot understand what made this issue.
Can you please help me?
I attached prj.conf and overlay for HW.