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
OPENFILE "release.hex" \ format=intel \ busWidth=1 \ origin=0 \ len=0x40000 \ destination=0 \ SENDBYTE 1 "project.s19" CLOSE
I think there should be no '\' symbols in *.bbl.
Hello
Can you try following command:
"C:\Program Files\Freescale\CodeWarrior for Microcontrollers V6.3\prog\Burner.exe" -F=burner.bbl
Crasycat