Hi,
 
I am a beginner at tiny-OS/nesC, and I have a question in nesC language.
I need an array in my code, but the size is too large to be stored in data memory of 4KB.
Fortunately, the values need not be changed during execution, so they can be regarded
as constants. However, the keyword "const" doesn't work. Somebody suggests
that I use some components from "TestEEPROM", which is not even compiled. 
 
So I am wondering how I can store an (constant) array of a large size into a flash memory(128 KB). I would very appreciate any advice or comments from you. Thank you.
 
Best Regards,
 
Jooyoung Lee
Senior Member of Engineering Staff / Ph. D.
Basic Technology Research Department. National Security Research Institute
Office: +82-42-864-5270
Mobile: +82-10-8757-7831
FAX: +82-42-860-5656
E-mail: [EMAIL PROTECTED]
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to