在6678上,我配置了异常处理:
var Exception = xdc.useModule('ti.sysbios.family.c64p.Exception');
Exception.enablePrint = true;
Exception.internalHook = '&myExcHookFxn';
Exception.internalHook = '&myExcHookFxn';
为了验证其是否生效,我在代码中访问了空指针,为何myExcHookFxn函数并没有被调用?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Andy Yin1 非常抱歉在这里找您, 我没有找到论坛的发消息功能,
我按照您置顶的帖子keystone1 例程里面的6657stk包, 运行都出现 .out文件无法load的问题
我提问的帖子在 http://www.deyisupport.com/question_answer/dsp_arm/c6000_multicore/f/53/t/120597.aspx
有空可否帮我看下, 我运行6657_stk中的程序都出现同样的错误 .out无法loade 我使用的是ccs5.5 和 EVM6657