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 > > Hello Pepe, > > > > to prevent that valuable RAM-memory is consumed, > > I can suggest two solutions to you. > > > > -writing asm-code that functioned as a array > > > > -using the EEPROM > > > > We can not write such code by ourselves, > > but we can make, however, like ChanN did. > > Let's make perl for us write the code. > > See below. > > Hi Torsten, > > Beautifully done! But I don't think I will use your solutions because I need only > 128 samples and have enough RAM space for that. Right now processor time > is more valuable than RAM and I suspect that both methods you worked out add > substantially to the total time (though I didn't really test it because I cannot > compile perl code). > > P.S. Sorry to response so late but for unknown reasons the forum did not > except my postings for a long time. > > Regards, > Pepe