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 > > With the same program ( in C) I have problems with the new IDE version. > > With IDE V 1.71.0.5 after compilation then loaded to application board and start program, it's running. > > With IDE V 2.13.0.15 I receive after the start command in the Output message box > > the message: "not enough memory for other threads" > > Do I have to implement special commands in the source C file ? > > Please look into the documentation. The configuration of threads was moved from > the project options into the code. Now you have a #thread keyword to configure > threads inside the code.