Dual core to single core

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

Dual core to single core

997件の閲覧回数
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 返信

925件の閲覧回数
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 件の賞賛
返信