Dear all,
I have a application of size 83kbytes. It is frequently hanging. but hanging pattern is not repeated (hanging is not in one part of the code). Can any body have any idea what may be the causes?
Regards, Harshad
An asynchronous problem. Do you make use of interrupts?
Is your stack big enough?
No uninitialized pointers?
No buffer overwrites?
Any (potentially) Infinite loops?
I have make one setting and it is working. I have make changes in startup file and make MAM as partially enabled and then onwards no hanging problem found. Can you confirm is it be the right solution?
Thanks for your support.
Harshad Patel