Quantcast
Channel: 数字信号处理器 (DSP) & ARM® 微处理器
Viewing all articles
Browse latest Browse all 21822

帖子: TMS320C6678EM官方版 Key_Stone timer 例程,运行到一个函数后卡死

$
0
0

运行到这后就卡死了,查看后

//wait until a number of interupts happen
while(uiTick<NUM_WAVES_GENERATED*2)
asm(" nop 5");

卡死在这个while循环里面了,uiTick的值始终没有增加,

//Interrupt service routine for timer
void interrupt Timer_ISR(void)
{
uiTick++;
}

始终没有触发中断,工程师哥哥能帮我看看吗?官方的例程,没有修改。只DOWNLOAD CORE 0,是否要每个CORE全部DOWNLOAD


Viewing all articles
Browse latest Browse all 21822

Trending Articles