HI Jeevan
burner.exe file is used to generate burning file like S19 file. We can't use it to program Flash.
if we already have .s19 file, we can also use Codewarrior to program s19 file into flash. This tool is hiwave.exe. Thus, you needn’t purchase the license but can use free edition program flash.
The method is as below:
1. Install Codewarrior.
2. make sure the hardware is well connected with PC. For instance you are using BDM multilink or Cyclone Pro.
3. open Hiwave debugger “Hiwave.exe” in {Your CW install directory}\prog
4. then in debugger, go to menu “component”, “set connection…”. In new pop-up small dialog, in the dropdown list, select HC12 and P&E Multilink/Cyclone Pro. Click OK to close this dialog.
5. go to menu “MultilinkCyclonePro”, “device”, select the right device chip.
6. go to menu “MultilinkCyclonePro”, “connect”, Set the right connection.
7. go to menu “File”, “Load application…”. Import the .s19 file into debugger. You could have a browse the content at the memory window of the debugger, it should be in coincidence with the s-record file.
8. Press F5 to run. The code should download into the flash.
Hope this helps,
Jun Zhang