Get bug with DMIC example for nRF52840 seed XIAO studio (DEVICE_DT_GET)

I try the dmic example with I'm trying the dmic example with nRF52840 seed XIAO studio but it keeps showing errors in DEVICE DT_GET. Please help mebut it keeps showing errors in DEVICE DT_GET. Please help me !

I use vscode, nrf connect skd 2.5.1.

Here is some images of error.

Parents
  • Hello,

    The sample inside the SDK is only tested for 52840Dk and 5340Dk. I am not familiar with the board you mentioned here. But for building with Xiao, you need to consider writing an overlay file for your board.

    Take a look at the folder ncs\v2.x.x\zephyr\samples\drivers\audio\dmic\boards; here you can find the overlay file for 52840dk and 5340dk.

    I recommend you go through the Developer Academy course to get a better understanding of the nRF Connect SDK, device tree, and overlays.

    Kind Regards,

    Abhijith

Reply
  • Hello,

    The sample inside the SDK is only tested for 52840Dk and 5340Dk. I am not familiar with the board you mentioned here. But for building with Xiao, you need to consider writing an overlay file for your board.

    Take a look at the folder ncs\v2.x.x\zephyr\samples\drivers\audio\dmic\boards; here you can find the overlay file for 52840dk and 5340dk.

    I recommend you go through the Developer Academy course to get a better understanding of the nRF Connect SDK, device tree, and overlays.

    Kind Regards,

    Abhijith

Children
Related