Skip to main content
Visitor II
January 6, 2022
Solved

On the STM32MP157C-DK2, can I use/interface the available muRata 1Dx with M4 only (& not A7)?

  • January 6, 2022
  • 1 reply
  • 2061 views

On the STM32MP157C-DK2, can I use/interface the available muRata 1Dx with core-M4 only (& not core-A7)? I am not quite sure if the wifi module 1dx (U8 on the kit) is controlled by A7 or M4?

Anyways, I want to interface it with M4. So, can it be possible?

    This topic has been closed for replies.
    Best answer by Kevin HUBER

    Hello @ANalg.1​ ,

    The software framework needed to make the murata 1DX works is only available under linux (A7Core).

    As specified on the wiki related to WLAN: https://wiki.st.com/stm32mpu/wiki/WLAN_and_Bluetooth_hardware_component#Software_frameworks

    0693W00000HqkkqQAB.png 

    Regarding the hardware assignment of the peripheral and its DT configuration, you can see in the following link, that the brcm node is defined in the node sdmmc2:

    https://wiki.st.com/stm32mpu/wiki/WLAN_device_tree_configuration#DT_configuration_-28board_level-29

    It is explained in the Peripherals overview page that sdmmc2 is CortexA7 only:

    https://wiki.st.com/stm32mpu/wiki/STM32MP15_peripherals_overview#Internal_peripherals_overview

    0693W00000HqkmSQAR.png 

    So you can't use the module muRata 1Dx with core-M4 only.

    Hope it helps,

    Regards,

    Kevin

    In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers'

    1 reply

    Technical Moderator
    January 6, 2022

    Hello @ANalg.1​ ,

    The software framework needed to make the murata 1DX works is only available under linux (A7Core).

    As specified on the wiki related to WLAN: https://wiki.st.com/stm32mpu/wiki/WLAN_and_Bluetooth_hardware_component#Software_frameworks

    0693W00000HqkkqQAB.png 

    Regarding the hardware assignment of the peripheral and its DT configuration, you can see in the following link, that the brcm node is defined in the node sdmmc2:

    https://wiki.st.com/stm32mpu/wiki/WLAN_device_tree_configuration#DT_configuration_-28board_level-29

    It is explained in the Peripherals overview page that sdmmc2 is CortexA7 only:

    https://wiki.st.com/stm32mpu/wiki/STM32MP15_peripherals_overview#Internal_peripherals_overview

    0693W00000HqkmSQAR.png 

    So you can't use the module muRata 1Dx with core-M4 only.

    Hope it helps,

    Regards,

    Kevin

    In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers'

    ANalg.1Author
    Visitor II
    January 7, 2022

    Thanks. This clarifies my doubt.