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
Solved! Go to Solution.
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.
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.
Best Regards,
Marek Neuzil
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.
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.
Best Regards,
Marek Neuzil