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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

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

跳至解决方案
877 次查看
方志刚
Contributor I

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

标签 (1)
0 项奖励
回复
1 解答
687 次查看
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 项奖励
回复
3 回复数
688 次查看
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 项奖励
回复
687 次查看
方志刚
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 项奖励
回复
687 次查看
方志刚
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 项奖励
回复