Hello 志刚
For flash programmer that supports MC56F82313, user can use CodeWarrior for MCU10.6.4's built in flash programmer. CodeWarrior v10.6.4 can be downloaded from
To program a S-record or ELF into target, please create a Target Task for flash programmer, or use the 'Flash File to Target' feature.
For details, please view the section <Debugger->Flash Programmer> in v10.6.4 FAQ Guide:
C:\Freescale\CW MCU v10.6.3\MCU\Help\PDF\Microcontrollers_FAQ_Guide.pdf
Or you can choose P&E's Cyclone MAX:
http://www.pemicro.com/products/product_viewDetails.cfm?product_id=145
Or you can use DSC Flasher to program MC56F82313. Please search 'AN4824' on FSL website (www.freescale.com) to download this tool and help document. This is a free tool.
Hope it helps!
Best Regards
Fiona Kuang
Technical Information & Commercial Support
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hello 志刚
For flash programmer that supports MC56F82313, user can use CodeWarrior for MCU10.6.4's built in flash programmer. CodeWarrior v10.6.4 can be downloaded from
To program a S-record or ELF into target, please create a Target Task for flash programmer, or use the 'Flash File to Target' feature.
For details, please view the section <Debugger->Flash Programmer> in v10.6.4 FAQ Guide:
C:\Freescale\CW MCU v10.6.3\MCU\Help\PDF\Microcontrollers_FAQ_Guide.pdf
Or you can choose P&E's Cyclone MAX:
http://www.pemicro.com/products/product_viewDetails.cfm?product_id=145
Or you can use DSC Flasher to program MC56F82313. Please search 'AN4824' on FSL website (www.freescale.com) to download this tool and help document. This is a free tool.
Hope it helps!
Best Regards
Fiona Kuang
Technical Information & Commercial Support
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi
Xin Kuang
When used the standalone DSC Flasher, it needs longer time to download than codeWarrior Whether or not there is a way to improve the download speed?
Xin Kuang
Thank your very much!
refer to your suggestion
I used the tool of Freescale DSC Flasher to program ,when use the GUI ,Program success,But when used the command Line ,Display message:Failed the launch the ccs Application
Compare the two tools.56800E Need the cfg file,Freescale DSC Flasher not need ,but it depend on the ccs.
In fact ,I want to use the command line for program the flash,executed by my programs which Control the manufacturing process,How to do?
Command Line:
C:\Freescale\Freescale DSC Flasher\fflasher.exe fflash MC56F82313 utap program -m --srec:c:\1.s -j 1000 -t 10
use the api (CreateProcess )
return the message:Failed the launch the ccs application,need your help!