USB TAP only stopped once at break point?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

USB TAP only stopped once at break point?

跳至解决方案
1,728 次查看
kk_cad
Contributor I

Hello, Everyone:

            I've been using this USB TAP as in circuit debugger to debug code in MC56F8300.  However, this USB TAP seems only stopped once at the break point. It supposed to stop repeatedly at the break point where I set in certain routine (e.g. timer). What happened is that my program stopped the very first time at this break point and after I clicked run button, it keeps running and never stopped at the same break point again. BTW I knew my program works but just the debugger does not stop. Any idea how to fix this?

 

I am using CodeWarrior IDE Ver 5.6.1.1658.

 

Debugger Settings are:

Always reset on download (Checked)

Use initialization file: 56836x_flash.cfg

Breakpoint Mode: Automatic

Auto-clear previous hardware breakpoint: unchecked

Target OS: BareBoard

Processor: M56F8367

 

Thanks a lot,

 

 

标签 (1)
标记 (1)
0 项奖励
回复
1 解答
1,090 次查看
kk_cad
Contributor I

The was a bug in my program. A interrupt flag bit was not cleared which caused this isr always triggered and prevented debugger stopped at break point set in other isr. After clearing this flag, this problem was resolved.  

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,091 次查看
kk_cad
Contributor I

The was a bug in my program. A interrupt flag bit was not cleared which caused this isr always triggered and prevented debugger stopped at break point set in other isr. After clearing this flag, this problem was resolved.  

0 项奖励
回复