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
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?