Hi,
You're using an old version of CodeWarrior for DSC 7.3.
Go to the
www.freescale.com and click on My Freescale.
After you were logged, select CodeWarrior Licensing under MY Secure Application.
In the new dialog you can manage your license file.
Keep in mind you can have several versions installed on the same PC.
There is only one restriction: install them on separate folder.
If you're using an old version, please backup your project before to try it with this new version.
If you will meet some compatibility issue you could back to the older version without problem.
Regarding your problem.
Do you want to use the RAM area located in the 0x4f800 to 0x4ffff ?
Attached you will find an example using Processor Expert.
This section is already defined in the lcf file:
.p_internal_RAM (RWX) : ORIGIN = 0x0004F800, LENGTH = 0x0800
You've 2 solution to do that:
- you've enough space to put all data in this section (I don't think),
- use __pmem (refer to the Targeting_56800E.pdf manual page 96 -DSC 8.2 manual-)
Regards
Pascal
Message Edited by t.dowe on 2009-10-15 05:48 PM