How to use flash programmer in V10.5 CodeWarrior to burn BIN file of old version v8.8 (MPC8323)

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to use flash programmer in V10.5 CodeWarrior to burn BIN file of old version v8.8 (MPC8323)

1,419 Views
qichunchen
Contributor I

How to use flash programmer in V10.5 CodeWarrior to burn BIN file of old version V8.8 (MPC8323)?

Can old versions of CFG files and XML files be used directly? The default configuration of XML with software can not be burned (8323RDB_NOR_FLASH.xml), the old version of XML file is not recognized, where is the XML file generated? The attachments are old XML files and CFG files.

0 Kudos
1 Reply

1,154 Views
yipingwang
NXP TechSupport
NXP TechSupport

Hello qi chunchen,

The CW initialization file and XML configuration file for CodeWarrior  8.8 cannot be used in CodeWarrior 10.5.

In CodeWarrior 10.5 IDE, please create a boare board project for MPC8323 demo board, then modify CodeWarrior initialization file in <project_path>\8323-core00\CFG\8323RDB_init_core.tcl according to the porting in CodeWarrior 8.8 initialization file previously. Then connect to your target board from Run->Debug Configuration-><project>-core00_RAM_8323_Download/Connect->Debug.

Please open the Target Tasks panel from Window->Show View->Target Tasks, right click Root to import MPC8323RDB NOR flash template from CW_PA_v10.5.1\PA\bin\plugins\support\TargetTask\Flash_Programmer\83xx\8323RDB_NOR_FLASH.xml, please double click 8323RDB_NOR_FLASH task to open PA Flash Programmer Task panel, please modify this task according to your target board, then add erase and Program Actions and execute this task.

For details about flash programming in CodeWarrior 10.5, please refer to https://community.nxp.com/docs/DOC-100896.

Thanks,

Yiping

0 Kudos