xrun: Program received signal ET_ECALL, Application exception.
[Switching to tile[0] core[1]]
Application exception
-
- Member++
- Posts: 16
- Joined: Sat Apr 12, 2014 7:18 am
-
- Experienced Member
- Posts: 111
- Joined: Sun Mar 06, 2011 11:39 pm
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.
-
Verified
- XCore Legend
- Posts: 1163
- Joined: Thu Dec 10, 2009 9:20 pm
- Location: Bristol, UK
My initial guesses for what is worth:
- out of bounds array access
- using a resource marked as "null"
:)
- out of bounds array access
- using a resource marked as "null"
:)