Hi!
In my project, I read around 2000 data from SD card memory and store in Embedded wizard Local variable for the purpose of displaying in a vertical list. That works fine. But after returning from that Unit, if I tried to read some data from flash memory in a different Unit, system freeze. Reading from flash fails. This happens only after read form SD card, store the data in local array and view in vertical list. According to my knowledge, the memory used by local array will be freed when I come out of the Unit. Since system freeze happens only after accessing that unit, Is there any way to make sure memory release after returning from specific Unit. Can I call EwReclaimMemory() function to free memory when I exit that UNIT? Do you suggest any better ways to handle this?
Thank you
Regards,
Thanushiyah