Ram and Flash memory - Too small?

Max_egodom3
I bought one mini2440 1Gb and one micro2440 256Mb.
Both with only 64Mb Ram memory.

I succesfully created and uploaded my BSP, size near 29Mbyte.

When I run my Wince application, it's loaded in residual memory, about
30Mbyte.
After few minutes memory free is only 10% and a few minutes later i receive
out of memory exception.

There is a way to use biggest Flash memory to expand RAM size (for BSP or
for application memory)?

Thanks in advance for and tips.
Max

laurian
hy.... 
I have same problem... some one have a clue about this? Why in Windows CE
see only 29MB RAM not 64MB?

Rob
WinCE runs from RAM, thats why you only have around 30 MB.

zogzog
Look like a memory leak...
You should check your code....

Zogzog.

Paranoid Club meeting this Friday. Now ... just try to find out where!

laurian
how do i do so that windows ce doesn't run from RAM but from flash and this
way i would have more RAM free?

Thanks

Ferite
Rob 

        WinCE runs from RAM, thats why you only have around 30 MB.


I always wonder what is the purpouse of having 128Mb or more in flash if
you can't load an imagen bigger than the size of the RAM.

Tom
http://www.friendlyarm.net/forum/topic/455

Hakan
If you are coding with QT you might be using static link and have size of
applications more than you need. Change the configuration and make the size
less by extracting unnecessary dll from your exe.