Burner.exe fails to convert as expected

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Burner.exe fails to convert as expected

2,097件の閲覧回数
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

ラベル(1)
タグ(3)
0 件の賞賛
返信
2 返答(返信)

1,633件の閲覧回数
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.

1,633件の閲覧回数
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