USB TAP only stopped once at break point?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

USB TAP only stopped once at break point?

ソリューションへジャンプ
1,743件の閲覧回数
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,105件の閲覧回数
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,106件の閲覧回数
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 件の賞賛
返信