I am trying to run the nrf/samples/bluetooth/peripheral_lbs example for the nRF5340-Audio-DK using nRF SDK v2.1.0. I am using the following command to run the example:
west build -b nrf5340_audio_dk_nrf5340_cpuapp --pristine
However, I get the following error:
gen_isr_tables.py: error: multiple registrations at table_index 18 for irq 18 (0x12)
Existing handler 0x1029511, new handler 0x1029511
Has IRQ_CONNECT or IRQ_DIRECT_CONNECT accidentally been invoked on the same irq multiple times?
ninja: build stopped: subcommand failed.
How do I solve this problem? Thanks.