Hi,
I am porting an application on a Q2687.
The RAM limition for my application on this target is 1MB, but, due to memory fragmentation, I get the “adl momory allocation error” as soon as i use more of 550KB of RAM.
I would need just 100KB more.
Is there any way to change this limit of 1MB ?
What can I do to make it work ?
Thank you.
Have you used adl_memGetInfo to see just how much Heap memory is available?
There is to my knowledge no way of smashing the limitation within the module itself, so if you’re running out of RAM you essentially only have one option if you want to continue using Q2687 and OpenAT:
Rework your program so that it doesn’t need as much RAM.