Hello,
I assume that there happens some memory corruption within the memory area managed by the Heap Management.
Typically, the following reasons can cause such a situation:
1.) SDRAM is not working properly, timing is not correctly or refresh does not work properly => Please ensure that the SDRAM is working correctly by using our SDRAM memory test.
2.) Memory becomes corrupted because of accessing Embedded Wizard GUI application from several threads or tasks. Please be aware that the entire user interface application has to be executed in the context of one thread - the GUI thread. For other purposes (e.g. receiving data from a network, accessing some hardware drivers,...) you can create as many worker-threads as you need. See also Avoid multithreading.
3.) Overwriting memory, e.g. within your own decoded bitmaps when using Extern Bitmap interface or incorrect access of strings within native code.
I hope this helps...
Best regards.
Manfred.