在生产中不想使用CW下载程序,是否有象56800E一样使用command Line方式写入:MC56F82313,CodeWarrior USB-TAP

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

在生产中不想使用CW下载程序,是否有象56800E一样使用command Line方式写入:MC56F82313,CodeWarrior USB-TAP

Jump to solution
995 Views
方志刚
Contributor I

如果不能,如果使用CodeWarrior USB-TAP烧写MC58F82313,如何将烧写过程写入我自己的程序中

Labels (1)
0 Kudos
Reply
1 Solution
805 Views
TICS_Fiona
NXP Employee
NXP Employee

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

http://tinyurl.com/6jo5tge

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!

-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
Reply
3 Replies
806 Views
TICS_Fiona
NXP Employee
NXP Employee

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

http://tinyurl.com/6jo5tge

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!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos
Reply
805 Views
方志刚
Contributor I

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?

0 Kudos
Reply
805 Views
方志刚
Contributor I

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!

0 Kudos
Reply