Running external programs turough CodeWarrior

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

Running external programs turough CodeWarrior

851 Views
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

Labels (1)
0 Kudos
1 Reply

333 Views
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 Kudos