Für dieses Forum muß Javascript im Browser aktiviert werden!
Kommentar: Einfügen von HTML im Kommentar: Link einfügen: <a href="LINKURL" target="_blank">LINKTITEL</a> Bild einfügen: <img src="BILDURL"> Text formatieren: <b>fetter Text</b> <i>kursiver Text</i> <u>unterstrichener Text</u> Kombinationen sind auch möglich z.B.: <b><i>fetter & kursiver Text</i></b> C2 Quellcode formatieren: <code>Quellcode</code> ASM Quellcode formatieren: <asm>Quellcode</asm> (Innerhalb eines Quellcodeabschnitts ist kein html möglich.) Wichtig: Bitte mache Zeilenumbrüche, bevor Du am rechten Rand des Eingabefeldes ankommst ! > Hi, > in the meantime I found the solution for converting the out file of tasking EDE to Intel-hex-file. I tryed > to download that file to the unit into segment 3 and got the message "BURN ERR" on the unit and > "abgeschnittenes Echo" on the host. In that forum I found an article by Eric Hospel about a bug in the os.hex. I changed on e line > in the os.hex file and got the same messages at downloading my file. > > I guess, that there is something wrong with adresses. My first lines in the asm file are: > > $segmented > GLOBALCODESECTION CODE at 30000h > testproc far > > Is that right??? > > Cris