Disabling multicore on an LPC55S69 project

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

Disabling multicore on an LPC55S69 project

255 Views
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 Kudos
1 Reply

231 Views
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 Kudos