Reply by Jack Klein December 1, 20072007-12-01
On Fri, 30 Nov 2007 19:55:08 -0600, "srikanthn" <prasadm@elicoltd.com>
wrote in comp.arch.embedded:

> iam not using MMU.
OK, are you using some microprocessor or microcontroller without using an MMU?
> First of all is it possible to set heap in external ram if yes is it > limited to certain extent?
First of all, you need to mention what microprocessor or microcontroller it is that you are using without MMU.
> or is it an IAR IDE fault?
It could be an IAR IDE fault, but that is not very likely. If it is IAR's fault, it is probably the actual tools, such as compiler, assembler, linker, etc., that are run by the IDE, and not the IDE itself. But it is far, far more likely that it is your fault. However, without any useful information, and you did not provide any useful information, it is completely impossible for anyone reading this group to tell, except by flipping a coin. -- Jack Klein Home: http://JK-Technology.Com FAQs for comp.lang.c http://c-faq.com/ comp.lang.c++ http://www.parashift.com/c++-faq-lite/ alt.comp.lang.learn.c-c++ http://www.club.cc.cmu.edu/~ajo/docs/FAQ-acllc.html
Reply by srikanthn November 30, 20072007-11-30
iam not using MMU.

First of all is it possible to set heap in external ram if yes is it
limited to certain extent?

or is it an IAR IDE fault?