??? 03/04/06 15:52 Read: times |
#111242 - It doesn't take much effort to use 2 MB Responding to: ???'s previous message |
If you write code in a high-level language, you can pretty quickly use up a lot of code space, particularly if you use lookup tables a lot.
My last ARM application used 8 MB for its compressed LINUX kernel, which it decompressed into a 32MB SDRAM chip before it could run. RE |