Hi
Here is a step-by step from the M5223X uTasker tutorial to programming to the demo board using CW6.3 (note that it is also possible using CF Flasher V3.3.1 - available on the Freescale web site).
Complete tutorial here:
http://www.utasker.com/docs/M5223X/uTaskerV1.2-Tutorial-M5223X.PDFRegards
Mark Butcher
Downloading the code to the target
The evaluation and demo boards are thankfully delivered with a BDM which can be used to program the target.
It can be performed within the Coldwarrior environment by following these steps – V6.3.
Step 1: Compile the ROM project.
Step 2: Connect the BDM between the target board and your PC according to the manufacturer’s instructions.
Step 3: Power on the evaluation board – its power LED should light.
Step 4: In the tools menu start the FLASH programmer.
Step 5: Load settings – fortunately there are preconfigured files in the Codewarrior program directory called M52235EVB_25MHz.xml or M52233EVB_25MHz.xml which are also suitable for the DEMO boards. This will prepare everything for the next steps.
Step 6: First delete the FLASH contents using “Erase / Blank Check”. The first time you use this and in the case that you want to reset everything, you can delete all sectors which are available, which is the default erase setting. If you want to delete the demo program without also deleting any loaded web pages and other parameter settings, select the sectors up to 0x17fff. This will leave the file system block, starting at 0x18000 intact.
Alternatively if you should want to delete the contents of the file system and reset FLASH parameters then all sectors from 0x18000 can be deleted…
Step 7: Program / Verify. Here the actual code download is performed. If the file is already entered, the download can be started simply by pressing “Program” button. If a different file is to be programmed then this should first be prepared by enabling “Use Selected File” and setting the path.