Unrequest break on interrupt

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Unrequest break on interrupt

Jump to solution
1,743 Views
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 !
Labels (1)
Tags (1)
0 Kudos
1 Solution
468 Views
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

View solution in original post

0 Kudos
3 Replies
468 Views
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 Kudos
468 Views
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 Kudos
469 Views
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 Kudos