cancel
Showing results for 
Search instead for 
Did you mean: 

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

Kumo95
Associate II

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.

4 REPLIES 4
PatrickF
ST Employee

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'

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.

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

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'

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.

Thank you, will give it a try