Running external programs turough CodeWarrior

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

Running external programs turough CodeWarrior

1,306 次查看
Cmux
Contributor II

I have used the bootloading hardware/software for my microcontroller. I now want to run hc08sprg.exe (serial bootloading software) through CodeWarrrior with the required arguments. How can I do that? I tried to make a new command in Edit>Commands and Key Bindings but I could not see the exact command being executed to debug it. Can someone help me?

 

-- 

Cmux

标签 (1)
0 项奖励
回复
1 回复

788 次查看
robert_zhang
Contributor I

hi Cmux,

i make a new command following  steps your said in view menu,

i text cflasher in Name editbox,text following string in Execute editbox.

C:\Program Files\Freescale\CF Flasher\CFFlasher.exe

then save and exit.

when click cflash in view menu, the cfflasher will display and can run normal.

would you like send me you hc08sprg.exe and i test it?

0 项奖励
回复