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, > > I justed fixed the problem but don't have a real solution. > > The Tasking Linker links the interrupt vector to the end of the hex file. That means, your programm code is organized for address 30000H. And at the end of the hex file is the interrupt vector but also at 300000H. > When downloading the CC2 unit is unable to write twice the first bytes. > What I'm doing is to delete the interrupt vector directly in the hex file. I opened it by wordpad and cutted the last lines. The first 2 numbers in the hex file are the number of bytes in one line. The next four numbers are the address. If address 0000 comes for a second time you can delete all further lines. The last line should'nt be deleted. Thats the marker for end of file. > > Best regards > > Cris