Hello
What is the question here exactly?
- Which CPU are you targeting (HC08, HC12, Coldfire, ..)
- Which version of CodeWarrior are you using?
To retrieve that info:
- Start CodeWarrior
- Select Help -> About Freescale CodeWarrior
- Click on "Install Products"
- CodeWarrior version used is displayed on top in the Installed Products dialog.
CrasyCat
Hello
If you are looking for a way to define global variables, which are not initialized at startup, please look at FAQ-27438 on www.freescale.com.
Using the NO_INIT attribute instead on READ_WRITE in the .prm file should help you to achieve that.
CrasyCat
Hello
What is the question here exactly?
- Which CPU are you targeting (HC08, HC12, Coldfire, ..)
- Which version of CodeWarrior are you using?
To retrieve that info:
- Start CodeWarrior
- Select Help -> About Freescale CodeWarrior
- Click on "Install Products"
- CodeWarrior version used is displayed on top in the Installed Products dialog.
CrasyCat