Dual core to single core

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

Dual core to single core

605 Views
stefintomy
Contributor I

What are the changes that we need to do ,while we trying port Dual core MPC5668G to Single core (Z6)?

Labels (1)
0 Kudos
1 Reply

533 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

first option I can see is to use the same project. Just don't turn the Z0 on, move all the required code to Z6, adjust the linker file if necessary (you don't need to allocate a lot of space in RAM and flash in Z0 now).

Second option is to create new project for single core only (not sure which IDE you use), so you will save some memory occupied by startup code for Z0, by interrupt/exception vector tables for Z0 and so on... The linker file will be optimized for single core in this case. Copy all the code to new project, add the code originally written for Z0...

Not sure what else we can suggest because that's too general question...

Regards,

Lukas

0 Kudos