Disabling multicore on an LPC55S69 project

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Disabling multicore on an LPC55S69 project

399 次查看
jsambrook
Contributor I

Hello -

I have a project that I'm working on under MCUXpresso v11.6.1. The project was initially created as a multicore project. I want to undo that and have the project configured just to run on core0. How can I do that? The documentation seems to be silent on this.

Is it possible to re-run the project configuration wizard to update the configuration of an existing project?

Thanks,

John Sambrook

0 项奖励
回复
1 回复

375 次查看
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

Regarding your requirement to remove the code for the core1 and just keep the code of core0, I think there are two methods, you can create a new project with just core0 and copy the code in the old project for just core0 and remove the code like MCMGR......... and the erpc.....

The second method is to unload the project for the core1 in MCUXPresso tools. For the project for core0, just  delete the the code like MCMGR......... and the erpc....., in the MultiCore menu, uncheck the slave box.

 

xiangjun_rong_0-1691392563408.png

Hope it is helpful

BR

XiangJun Rong

 

0 项奖励
回复