How to create multi core project with MCUXpresso IDE form scratch?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to create multi core project with MCUXpresso IDE form scratch?

Jump to solution
1,647 Views
kenji
Contributor IV

Hi team!

I started using MIMXR1170-EVK.
And I want to know how to create multi core project with MCUXpresso IDE from scratch,
not from sample project.

Is there any application notes or videos to refer?

Tags (2)
0 Kudos
1 Solution
1,635 Views
Omar_Anguiano
NXP TechSupport
NXP TechSupport

Hello
Hope you are well.

This application note can be helpful: https://www.nxp.com/docs/en/application-note/AN13264.pdf
I see more feasible starting from an existing multicore example and integrate your application in that example.

For creating your example you might want to use the SDK wizard.
First, select the core for the project and assign it a role:

Omar_Anguiano_0-1634673034846.png
If the core is slave you can finish your configuration. If the assigned role is master then go to the Multicore slave projects in the next tab and link a slave project:

Omar_Anguiano_1-1634673067825.png

Let me know if this is helpful, if you have more questions do not hesitate to ask me.
Best regards,
Omar

View solution in original post

0 Kudos
2 Replies
1,636 Views
Omar_Anguiano
NXP TechSupport
NXP TechSupport

Hello
Hope you are well.

This application note can be helpful: https://www.nxp.com/docs/en/application-note/AN13264.pdf
I see more feasible starting from an existing multicore example and integrate your application in that example.

For creating your example you might want to use the SDK wizard.
First, select the core for the project and assign it a role:

Omar_Anguiano_0-1634673034846.png
If the core is slave you can finish your configuration. If the assigned role is master then go to the Multicore slave projects in the next tab and link a slave project:

Omar_Anguiano_1-1634673067825.png

Let me know if this is helpful, if you have more questions do not hesitate to ask me.
Best regards,
Omar

0 Kudos
1,624 Views
kenji
Contributor IV

Hi Omar-san

Thank you for the infromation!

0 Kudos