Unrequest break on interrupt

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

Unrequest break on interrupt

ソリューションへジャンプ
2,025件の閲覧回数
Richard777
Contributor I
Hi guys, I'm using the CodeWarrior for HCS08 and debug with P&E BDM Multilink, my problem is that when debbugin my application the debbuger stop execution on interrupt vector ( SCI in my case ) and haven't breakpoint in this ISR !. Exists a way to eliminate this behavior?
Thanks in advance !
ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
750件の閲覧回数
CrasyCat
Specialist III
Hello
 
Then you probably have an issue in the interrupt code itself.
Is there anything written on the right hand side of the status bar when the application stops?
Is there anything written to the command window when the application stops?
 
Which is the source and assembly line highlighted on the screen when the application stops (actually I would also need to know which are the 2-3 previous instructions listed in the assembly window)?
 
CrasyCat

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
750件の閲覧回数
CrasyCat
Specialist III
Hello
 
A couple of questions here.
Did you associate a function with the SCI interrupt? What is stored in the vector table as SCI interrupt handler?
 
You may need to associate a function there, which is handling the interrupt (or you need to disable the SCI interrupt if you do not need it).
 
CrasyCat
0 件の賞賛
返信
750件の閲覧回数
Richard777
Contributor I
 
>Did you associate a function with the SCI interrupt? What is stored in the vector table as SCI interrupt >handler?
Yes I do, Transmit, Received and Error SCI interrupts handler are enabled and implemented.
 
Thanks !
0 件の賞賛
返信
751件の閲覧回数
CrasyCat
Specialist III
Hello
 
Then you probably have an issue in the interrupt code itself.
Is there anything written on the right hand side of the status bar when the application stops?
Is there anything written to the command window when the application stops?
 
Which is the source and assembly line highlighted on the screen when the application stops (actually I would also need to know which are the 2-3 previous instructions listed in the assembly window)?
 
CrasyCat
0 件の賞賛
返信