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:
- 4.1 Creating a new project
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:
- 1. Launch CodeWarrior IDE from the Start->Programs->Freescale CodeWarrior menu and open
existing or create new Workspace.
- 2. Choose File->Import command and select General->Existing Projects into Workspace and click on Next.
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

