Hello Erich,
Thanks for your prompt response!Let me first inform you what I need to
develop : I am doing a thermal object detection software, which is almost
done and which was running fine when the declaration of arrays and other
variables was done in the main program and was using the extern reference
from module to module. Because we have customers that want to use very
cheap microcontrollers (as less as possible ram and flash and as cheap as
possible!), they want to have the application running (=read lib, or source
code) that is easy and fast portable! I only need a chunk of ram that is
let's say has the biggest size (the 192K one will do).
I figured out, just by changing the heap size (that is the region where
malloc acts), my problem was solved.
Anyway, many thanks for your help.
wbr,
jos Rennies