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 ! > I am trying to create my first assembler program for the C2. > I created a simple ASM file in the tasking environment, build it into a HEX file, but > when I download it I get a BURN ERR and an incomplete transfer. (I noticed that cris mentioned the same error previously but there was never an explanation entered). > I assume I don't have the right tasking environment setup. > > I am looking for a simple ASM program (like the one in the examples) that I can load in the tasking compiler and produce a HEX file. Also how to download it in the user system segment. > I assume you use the download tool, lookup the file, choose ubertragen. But in what mode needs the C2 unit to be, in host mode or in boot mode (I assume host). > > Thanks > A3