??? 06/13/08 12:06 Read: times |
#155847 - code memory limits Responding to: ???'s previous message |
Alex Cos said:
As ATMega128, 8052 address memory in a flat fashion up to 64 kb and for more memory some extra "tricks" must be used, right? In ATMega, once you reach the 128kB (64kword) "code flat" limit (not "constant data flat", that's 64k), you are done, no tricks will help. You can then resort to the ATMega256x which has double of that code FLASH, but once you reach that, you have no more options. There is no way how you can add external code memory. In SOME 8051 derivatives (not the SiLabs), you can attach as much *external* as you want; but it is not flat. JW |