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> C Quellcode formatieren: <code>Quellcode</code> BASIC Quellcode formatieren: <basic>Quellcode</basic> (Innerhalb eines Quellcodeabschnitts ist kein html möglich.) Wichtig: Bitte mache Zeilenumbrüche, bevor Du am rechten Rand des Eingabefeldes ankommst ! -> I > Hi all, > > I want to use timer3 in the same program first as interrupttimer with Timer_T3Time and then as source > for PWM with Timer_T3PWM. But I can't get this to work. When I call Timer_T3PWM after > Timer_T3Time, the program gets stuck. Calling Timer_T3Stop in between doesn't help either. > > Does anyone know a solution to this problem? > (You may answer in German if you prefer.) > > Regards, > Pepe