When we try to run the application, we see that the application gives memory fault in one of the function calls.
When debugged further, we see that an access to one of the local array is causing memory dump.
Also, since we are facing memory dump when accessing a local array, this could be due to stack corruption.
Is there any way to increase a72 stack?
Vinayak