Zur Übersicht - INFO - Neueste 50 Beiträge - Neuer Beitrag - Suchen - FAQ - Zum CC1-Forum - Zum CC-Pro-Forum

Re: Able to create hex file but burn err when download Kategorie: Progr. Assembler, TaskingTools, OS (von Cris - 26.09.2002 21:04)
Als Antwort auf Able to create hex file but burn err when download von Adrie - 26.09.2002 17:51

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

Passender Link: -16119~2~


    Antwort schreiben


Antworten: