I switched from the nRF-bm\v0.9.0 to nRF-bm\v1.0.0 SDK and now I am getting the following linker error message:
c:/ncs/toolchains/66cdf9b75e/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd.exe: modules/hal_nordic/modules/hal_nordic/nrfx/libmodules__hal
_nordic__nrfx.a(nrfx_prs.c.obj): in function `SERIAL21_IRQHandler':
C:/ncs/nrf-bm/v1.0.0/modules/hal/nordic/nrfx/drivers/src/prs/nrfx_prs.c:66: multiple definition of `SERIAL21_IRQHandler'; app/libapp.a(UART_dev.cpp.obj):C:/my_proj/UART
_dev.cpp:529: first defined here
With SDK v.0.9.0 there was no issue with the linking.
Is there a new configuration that I need to set for SDK v1.0.0 to disable the usage of SERIAL IRQhandler from zephyr?
Best Regards