Hi,
I would like to use my simulator with the “same” config as my target, in order to check some OutOfMemory problems.
I found an option “Use Target Characteristics” (Run-> Run Configuration… -> Configuration -> Simulator), but I always got this error using the simulator :
ERROR: heap is out of memory.
Exception in thread “DISPLpmp” java.lang.OutOfMemoryError
at com.is2t.vm.support.lang.SupportDouble.(SupportDouble.java:1157)
The target does not face this SupportDouble problem.
I read that Cortex-M4 does not support double precision, but I mostly use integer/float.
Did I miss something in my config ?
Best regards,
Elias