2022-10-03 06:42 PM
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.
2022-10-03 11:13 PM
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'
2022-10-04 05:41 AM
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
2022-10-04 06:05 AM
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'
2022-10-04 06:06 AM
Thank you, will give it a try