How to change the target core in an existing i.MX RT1170 project in windows

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to change the target core in an existing i.MX RT1170 project in windows

ソリューションへジャンプ
3,174件の閲覧回数
Shawn_
Contributor I

Hello everyone,

I am learning the demo of keyword spotting recently. I would like to ask, can I directly change the target core in an existing project? For example, the Demo of keyword spotting runs on CM7. Do I need to create a new project running on CM4 in MCUXpressoIDE, and then port the relevant code? Or is there any easier way?

Thanks and regards

ラベル(2)
0 件の賞賛
返信
1 解決策
3,161件の閲覧回数
Omar_Anguiano
NXP TechSupport
NXP TechSupport

Hello!
Hope you are well.

Unfortunately, you need to port your code to a CM4 project to run it in CM4 core.
This post can be used as reference to create a multicore project: https://community.nxp.com/t5/i-MX-Processors/How-to-create-multi-core-project-with-MCUXpresso-IDE-fo...
Or you can start from an existing CM4 project and move your code to that project.


If you have more questions do not hesitate to ask me.
Best regards,
Omar

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
3,162件の閲覧回数
Omar_Anguiano
NXP TechSupport
NXP TechSupport

Hello!
Hope you are well.

Unfortunately, you need to port your code to a CM4 project to run it in CM4 core.
This post can be used as reference to create a multicore project: https://community.nxp.com/t5/i-MX-Processors/How-to-create-multi-core-project-with-MCUXpresso-IDE-fo...
Or you can start from an existing CM4 project and move your code to that project.


If you have more questions do not hesitate to ask me.
Best regards,
Omar

0 件の賞賛
返信
3,136件の閲覧回数
Shawn_
Contributor I

Hi Omar,

Thanks for your answer, I still have a question about RT1170 core. Can I only use CM4 Core? I mean, can I boot the CM4 Core directly instead of booting the CM7 first, then wake up CM4 through CM7?

Thanks and Regards!

0 件の賞賛
返信
3,127件の閲覧回数
Omar_Anguiano
NXP TechSupport
NXP TechSupport

Yes, you can boot from the CM4 core. You can refer to chapter 2.2 from this application note: https://www.nxp.com/docs/en/application-note/AN13264.pdf

As NXP official SDK package only supports CM7 as main core (boot core), the enablement for this case is limited. Do not switch to CM4 as main core if it is not a must in your application.

If you have more questions do not hesitate to ask me.
Best regards,
Omar

0 件の賞賛
返信