Hi,
I have K60 Tower boards: TWRK60F120. and CodeWarrior Version installed: CW MCU v10.6.4
In many of your documents, it describes using burner.exe to do flash programming. But I can not find the burner.exe in my installed folder. What needs to be installed for the burner.exe. Is there any way that burner.exe can be run as standalone application?
Thank you,
David Zhou
解決済! 解決策の投稿を見る。
The burner.exe is located inside your CW installation:
<CW>\MCU\prog\burner.exe
It gets installed if you install the S08 tools, so maybe you don't have them installed with CodeWarrior?
On the other side: the burner.exe cannot do flash programming. But it can create files like S19 files which are used by production programmers.
I hope this helps,
Erich
The burner.exe is located inside your CW installation:
<CW>\MCU\prog\burner.exe
It gets installed if you install the S08 tools, so maybe you don't have them installed with CodeWarrior?
On the other side: the burner.exe cannot do flash programming. But it can create files like S19 files which are used by production programmers.
I hope this helps,
Erich
Hi,
I am not able to install CW 6.3 (Classic) which downloaded from web for HC08 controller. How can i install this to my Windows 8.1PC?
Thanks,
Akhil.
The burner is as well installed with CodeWarrior for MCU11.x (https://www.nxp.com/support/developer-resources/software-development-tools/codewarrior-development-t... ), so best if you install that version which supports the later Windows versions.
I hope this helps,
Erich
Hi Erich,
Thanks. So can i convert a .abs file into phyiscal s19 file by using this utility?
yes.
Hi Erich,
i am not able to load a new .abs file into the utility it expects file formats like .ini and .pjt. How to convert this .abs to s19?
Thanks,
Akhil.
The commands are passed by the -F option to the utility. The .ini file is used for storing configuration. Have a look at the manual or see S-Record Manipulation with GNU objcopy and Burner Utility | MCU on Eclipse .
See C:\nxp\CW_MCU_V6.3\Help\PDF\Build_Tools_Utilities.pdf, Chapter "Burner Utility" and "Interactive Burner GUI".
I hope this helps,
Erich
Thanks, Erich.
David