2023-11-17 02:48 AM
I am using STM32H747i-DISCO board to create multicore MDK-ARM project using STM32cubemx and Cubemx will create the project with both cores under same project file, but when i build that project it will show multiple main file error. How to create a project for individual core separately under same project name as in the STM32cubeIDE.
Solved! Go to Solution.
2023-11-17 08:20 AM
Hello @Pavankumar1_ ,
For multicore MDK-ARM project and after generation project using STM32CubeMX, you can built individual core separately (M7 and M4) as shown in the below figure
I hope this answer your request.
Thank you.
Kaouthar
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.
2023-11-17 08:20 AM
Hello @Pavankumar1_ ,
For multicore MDK-ARM project and after generation project using STM32CubeMX, you can built individual core separately (M7 and M4) as shown in the below figure
I hope this answer your request.
Thank you.
Kaouthar
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.