<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=big5">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>
<DIV><FONT face=Arial size=2>I am working on Ram extensive application, i found 
that Nut OS was writing in a very standard programming that we done on PC. 
</FONT></DIV>
<DIV><FONT face=Arial size=2>my point was below.</FONT></DIV>
<DIV><FONT face=Arial size=2>some part of OS lib was write on example like 
this</FONT></DIV>
<DIV><FONT face=Arial size=2> fprintf(fpout, "prog_char file%dname[] = 
\"%s\";\n\n", entryno, fsname); <BR></FONT></DIV>
<DIV><FONT face=Arial size=2>if let say we put it to </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>static prog_char data1[] = "prog_char file%dname[] 
= \"%s\";\n\n";</FONT></DIV>
<DIV><FONT face=Arial size=2>fprintf_P(fpout, data1, entryno, fsname); 
<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>we will able to free 3xByte of Ram from Heap 
Memory, But the Rom Size Will grow 8-16Byte</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>i am not sure how you guys think.</FONT></DIV>
<DIV><FONT face=Arial size=2>Any Expert recomment we save more Rom or 
Ram on the NutOS </FONT></DIV>
<DIV><FONT face=Arial size=2>Ram maybe more easy expandable by adding external 
Ram(like use Ethernut2)</FONT></DIV>
<DIV><FONT face=Arial size=2>or we save limited Ram size by putting all the 
String to Prog_char ?</FONT></DIV>
<DIV> </DIV>
<DIV>WF</DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> </DIV></FONT></FONT></DIV></BODY></HTML>