--- In lpc2000@yahoogroups.com, "mhaines4102" <mhaines4102@y...> wrote: > > On the 2138, there is 512K of flash and 32K of RAM. Can anyone tell me > what goes in flash vs. RAM (i.e. globals, stacks, heap, executing > code.) I have lots of assumptions, but would like a clear answer. > > Thanks in advance. > Code goes into flash. The flash can be erased in sectors, so can be used for data. You can also eexecute code from RAM. But the vaiable space and stack is in RAM.
Message
Re: Flash Versus RAM
2005-11-14 by syedismail_sifa