CPU build options - user initialization

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

CPU build options - user initialization

Jump to solution
438 Views
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 Kudos
1 Solution
320 Views
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

View solution in original post

0 Kudos
1 Reply
321 Views
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 Kudos