Skip to main content
Visitor II
October 4, 2022
Question

Where can I find STM32MP157 Cortex-A7's linker file and startup file?

  • October 4, 2022
  • 1 reply
  • 1498 views

Hi,

I am working on this new board, with its Cortex-A7 core, in Eclipse IDE on Windows 10. I understand that this board is mainly developed on Linux.

I've looked into STMCubeMP1 package, and some GitHub repos, but I am not able to find the linker file (.ld) and startup file (.s) from projects. All are Cortex M4 core

Any suggestions? Is there an example code about development STM32MP157 with Cortex-A7 on Windows 10?

Thanks in advance.

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    October 4, 2022

    Hi @Community member​ 

    Maybe you could find your answers on following wiki pages:

    https://wiki.st.com/stm32mpu/wiki/How_to_debug_a_user_space_application_with_STM32CubeIDE

    https://wiki.st.com/stm32mpu/wiki/How_to_get_started_with_STM32CubeIDE_from_scratch

    More generally, STM32MPU wiki is full of useful information.

    Regards,

    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'

    Kumo95Author
    Visitor II
    October 4, 2022

    Thank you for the response @PatrickF​ I've tried this before but unfortunately I only could find linker file and start file for M4 core, not A7 core

    Technical Moderator
    October 4, 2022

    For A7/Linux, you should use CubeIDE on Linux (e.g. Ubuntu 20.04 PC or thru Virtual Machine).

    https://wiki.st.com/stm32mpu/wiki/How_to_install_the_Yocto_Project_SDK_in_STM32CubeIDE

    This is not available on W10 CubeIDE

    Regards,

    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'