Hi,
I use CodeWarrior for MCU Version: 10.2 and I program MC56F84 with Quick_Start_r2.6.
A program that I am working on uses a number of arrays to hold various items such as time, date, etc.
I created project as follow:
To create a new project based on the DSC56800EX_Quick_Start project templates (stationery), two options are available:
• Standalone C-application - all essential driver files are located in the project folder.
• C-application - driver files are linked to the project from DSC56800EX_Quick_Start depository.
Following steps suppose DSC56800EX_Quick_Start to be installed in a default installation folder
c:\Freescale\DSC56800EX_Quick_Start_X_Y to link properly driver files when the new project is based on C-application template.
Creating a new project based on QuickStart C-application template:
existing or create new Workspace.
If I debug, there is a problem with initial of arrays or variables, all of this are zero (photo is attached). What do I have to do for correct initial.
Thank you very much for your advice