Application exception

All technical discussions and projects around startKIT
Post Reply
SUNROC1
Member++
Posts: 16
Joined: Sat Apr 12, 2014 7:18 am

Application exception

Post by SUNROC1 »

xrun: Program received signal ET_ECALL, Application exception.
[Switching to tile[0] core[1]]


User avatar
TSC
Experienced Member
Posts: 111
Joined: Sun Mar 06, 2011 11:39 pm

Post by TSC »

Run the application in debug mode from xTimeComposer (Run -> Debug As -> XCore Application). When the exception happens, the program will stop and the line of code that caused the problem will be highlighted.
User avatar
Ross
XCore Expert
Posts: 962
Joined: Thu Dec 10, 2009 9:20 pm
Location: Bristol, UK

Post by Ross »

My initial guesses for what is worth:
- out of bounds array access
- using a resource marked as "null"

:)
Post Reply