CPU build options - user initialization

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

CPU build options - user initialization

跳至解决方案
726 次查看
ERussell
Contributor IV

I was wondering what happened to the  "User Initialization" part of the Build Options that was present in the CPU component for the k60 processor but doesn't appear in the CPU component for the k64 processor? How can that initialization be done for the k64 processor?

Thanks,

Elizabeth

0 项奖励
回复
1 解答
608 次查看
marek_neuzil
NXP Employee
NXP Employee

Hello Elizabeth,

The Processor Expert provide static initialization code for K64F derivatives. When you create a Standalone project (see the settings in the New Project Wizard below), you can modify these static files, i.e. you needn't the User Initialization property in the Build Option.

Please note, that when you modify a static source code file in the Linked mode the original file in the Processor Expert library is modified and all other projects that use the same file are impacted by this change.

pastedImage_0.png

Static initialization code of CPU component is available in Static_Code folder of the project (see the following screenshot). These source code is copied from Processor Expert libraries (the update of these files is done only in case of a change of these original file and when the user approves the update). See details in the Help,  Processor Expert Software > Kinetis Design Studio > Processor Expert User Guide > Application Design > Static Code Support in Processor Expert chapters.

pastedImage_1.png

Best Regards,

Marek Neuzil

在原帖中查看解决方案

0 项奖励
回复
1 回复
609 次查看
marek_neuzil
NXP Employee
NXP Employee

Hello Elizabeth,

The Processor Expert provide static initialization code for K64F derivatives. When you create a Standalone project (see the settings in the New Project Wizard below), you can modify these static files, i.e. you needn't the User Initialization property in the Build Option.

Please note, that when you modify a static source code file in the Linked mode the original file in the Processor Expert library is modified and all other projects that use the same file are impacted by this change.

pastedImage_0.png

Static initialization code of CPU component is available in Static_Code folder of the project (see the following screenshot). These source code is copied from Processor Expert libraries (the update of these files is done only in case of a change of these original file and when the user approves the update). See details in the Help,  Processor Expert Software > Kinetis Design Studio > Processor Expert User Guide > Application Design > Static Code Support in Processor Expert chapters.

pastedImage_1.png

Best Regards,

Marek Neuzil

0 项奖励
回复