Dual core to single core

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

Dual core to single core

1,356 次查看
stefintomy
Contributor I

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

标签 (1)
0 项奖励
回复
1 回复

1,284 次查看
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 项奖励
回复