Hi,
My project use NDK to send data to my PC. DSP always runs a few minutes and halted at UTL_halt.
The Message Log of Execution Graph Details show message below:
1st time:
367276 SWI: end dynamic SWI (0xe100105c) state = done
367277 EXC_exceptionHandler: EFR=0x2
367278 NRP=0x20202020
367279 mode=supervisor
367280 Internal exception: IERR=0x1
367281 Instruction fetch exception
367282 SYS abort called with message 'Run-time exception detected, aborting ...'
B3=ED2F6854
A4=ED30B708
2nd time:
251529 SWI: post KNL_swi (TSK scheduler) (0xe1001138)
251530 EXC_exceptionHandler: EFR=0x2
251531 NRP=0xed2f2c00
251532 mode=supervisor
251533 Internal exception: IERR=0x2
251534 Fetch packet exception
251535 SYS abort called with message 'Run-time exception detected, aborting ...'
B3=ED2F6854
A4=ED30B708
.map file
ed2f6820 _SYS_abort
ed2f6880 _OBJ_delete
ed30b708 LOG_A_TABBEG
If i delete the send(), the project will work well. Can you help me?
Regards,
Chen