Getting error while flashing nRF 5340

Hi,

I am getting below error while flashing nRF5340.

Error- 

FAILED: zephyr/isr_tables.c zephyr/isrList.bin
cmd.exe /C "cd /D C:\ncs\v2.1.2\zephyr\samples\bluetooth\hci_uart\build\hci_rpmsg\zephyr && C:\ncs\toolchains\v2.1.2\opt\zephyr-sdk\arm-zephyr-eabi\bin\arm-zephyr-eabi-objcopy.exe --input-target=elf32-littlearm --output-target=binary --only-section=.intList C:/ncs/v2.1.2/zephyr/samples/bluetooth/hci_uart/build/hci_rpmsg/zephyr/zephyr_pre1.elf isrList.bin && C:\ncs\toolchains\v2.1.2\opt\bin\python.exe C:/ncs/v2.1.2/zephyr/scripts/build/gen_isr_tables.py --output-source isr_tables.c --kernel C:/ncs/v2.1.2/zephyr/samples/bluetooth/hci_uart/build/hci_rpmsg/zephyr/zephyr_pre1.elf --intlist isrList.bin --sw-isr-table --vector-table"
gen_isr_tables.py: error: multiple registrations at table_index 18 for irq 18 (0x12)
Existing handler 0x102953b, new handler 0x102953b
Has IRQ_CONNECT or IRQ_DIRECT_CONNECT accidentally been invoked on the same irq multiple times?

ninja: build stopped: subcommand failed.
[229/244] Linking C executable zephyr\zephyr_pre0.elf

[233/244] Linking C executable zephyr\zephyr_pre1.elf

[238/244] Linking C executable zephyr\zephyr.elf
FAILED: modules/nrf/samples/hci_rpmsg_subimage-prefix/src/hci_rpmsg_subimage-stamp/hci_rpmsg_subimage-build hci_rpmsg/zephyr/zephyr.hex hci_rpmsg/zephyr/zephyr.elf hci_rpmsg/zephyr/merged_CPUNET.hex
cmd.exe /C "cd /D C:\ncs\v2.1.2\zephyr\samples\bluetooth\hci_uart\build\hci_rpmsg && C:\ncs\toolchains\v2.1.2\opt\bin\cmake.exe --build . --"
[240/244] Linking C executable zephyr\zephyr.elf
Memory region Used Size Region Size %age Used
FLASH: 70648 B 1 MB 6.74%
SRAM: 22786 B 448 KB 4.97%
IDT_LIST: 0 GB 2 KB 0.00%
ninja: build stopped: subcommand failed.
FATAL ERROR: command exited with status 1: 'C:\ncs\toolchains\v2.1.2\opt\bin\cmake.EXE' --build 'C:\ncs\v2.1.2\zephyr\samples\bluetooth\hci_uart\build'

Parents Reply Children
No Data
Related