Burner.exe fails to convert as expected

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

Burner.exe fails to convert as expected

1,190 Views
linli
Contributor I

hello,

I want burner to convert s19 format to hex format,but fails by generating two files

err.log

      content:1 ERROR

EDOUT

     content:burner.bbl(1): ERROR B1006: 'Nothing more expected' (This message is useless)

But using Burner.exe tool manually is ok.

 

burner.cmd

@echo off "C:\Program Files\Freescale\CodeWarrior for Microcontrollers V6.3\prog\Burner.exe" -F="burner.bbl" @echo on @pause

 

burner.bbl

OPENFILE "release.hex" \ format=intel \ busWidth=1 \ origin=0 \ len=0x40000 \ destination=0 \ SENDBYTE 1 "project.s19" CLOSE 

 

Anyone can help?Thanks

Labels (1)
0 Kudos
2 Replies

726 Views
kef
Specialist I
  1. OPENFILE "release.hex" \ 
  2. format=intel \ 
  3. busWidth=1 \ 
  4. origin=0 \ 
  5. len=0x40000 \ 
  6. destination=0 \ 
  7. SENDBYTE 1 "project.s19" 
  8. CLOSE 

I think there should be no '\' symbols in *.bbl.

726 Views
CrasyCat
Specialist III

Hello

Can you try following command:

   "C:\Program Files\Freescale\CodeWarrior for Microcontrollers V6.3\prog\Burner.exe" -F=burner.bbl 

Crasycat