NRF5340 (Raytac MDBT53-DB-40) IPC_RADIO configuration error

Hello,

I am currently working with the Matter lightbulb example in NCS v2.9.0 with the nrf5340 (Raytac MDBT53-DB-40). I have gone through the project tree and added overlay and config files based on the nrf5340dk overlays and configs in an effort to use this example on the aforementioned board. When building the configuration for the board, once I get to the ipc_radio step, I fail with the following error:

warning: NRF_802154_RADIO_DRIVER (defined at modules/hal_nordic/Kconfig:21, modules/hal_nordic/Kconfig:21) has direct dependencies (HAS_HW_NRF_RADIO_IEEE802154 && !y && HAS_NORDIC_DRIVERS) || (HAS_HW_NRF_RADIO_IEEE802154 && !y && HAS_NORDIC_DRIVERS && 0) with value n, but is currently being y-selected by the following symbols:
 - NRF_802154_SER_RADIO (defined at modules/hal_nordic/Kconfig:96, modules/hal_nordic/Kconfig:96), with value y, direct dependencies (HAS_HW_NRF_RADIO_IEEE802154 && !IEEE802154_NRF5 && HAS_NORDIC_DRIVERS) || (HAS_HW_NRF_RADIO_IEEE802154 && !IEEE802154_NRF5 && HAS_NORDIC_DRIVERS && 0) (value: y), and select condition HAS_HW_NRF_RADIO_IEEE802154 && !IEEE802154_NRF5 && HAS_NORDIC_DRIVERS (value: y)

I have compared the nrf5340dk and mdbt53-db board files and created overlays for a couple missing DT chosen nodes, but have been unable to determine why I ipc_radio fails. The project files have been attached to this thread for reference. The project does build for the nrf53dk, so I've apparently missed something. Any pointers in the right direction are much appreciated.matter_light_switch.zip

Related