Unrequest break on interrupt

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

Unrequest break on interrupt

跳至解决方案
2,027 次查看
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 解答
752 次查看
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 回复数
752 次查看
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 项奖励
回复
752 次查看
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 项奖励
回复
753 次查看
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 项奖励
回复