nRF5340 Audio DK with nRF21540 FEM Shield Configuration

Hi there,

I have some nRF5340 Audio DKs, and have got the example nRF5340_audio application working fine. I am using VS Code on Windows for this, and SDK 2.4.0.

What I am trying to do now is add a FEM for range extension, and I have nRF21540-EK Shields for this purpose. However, I am running into trouble with the Kconfig options in trying to get this to work correctly. I have been following the documentation here: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/nrf5340_audio/README.html#adding-fem-support

However, I can't seem to configure everything to allow the FEM support (ideally GPIO + SPI). I have added -DSHIELD=nrf21540_ek_fwd to the build configuration, and have also enabled MPSL as instructed (which required the MCU selection of NRF5340_CPUNET_QKAA as far as I can tell). But, the FEM type options are still greyed out in Kconfig, which depend on "MPSL_FEM". When I check this option, "MPSL_FEM" is also greyed out, and depends on "MPSL" (which is enabled) and "MPSL_FEM_ANY_SUPPORT".. however I can't find this option anywhere. Please see below screenshots of these options mentioned:

Can you tell me what I could be missing?

Thanks.

Parents
  • Hello,

    Thank you for your extreme patience with this. We are currently in the national summer holiday period here in Norway, and so the response time unfortunately is much longer than average. I apologize for the inconvenience.

    Could you try to completely delete your last build folder, and then rebuild the project?
    Please then share the log output from this build here in DevZone (using the Insert -> Text option), so that I may take a look.

    For good measure, could you also confirm which LE Audio controller version you are using?

    Once again I would like to thank you for your extreme patience with this.

    Best regards,
    Karl

Reply
  • Hello,

    Thank you for your extreme patience with this. We are currently in the national summer holiday period here in Norway, and so the response time unfortunately is much longer than average. I apologize for the inconvenience.

    Could you try to completely delete your last build folder, and then rebuild the project?
    Please then share the log output from this build here in DevZone (using the Insert -> Text option), so that I may take a look.

    For good measure, could you also confirm which LE Audio controller version you are using?

    Once again I would like to thank you for your extreme patience with this.

    Best regards,
    Karl

Children
Related