Interrupt not firing in debug

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

Interrupt not firing in debug

482 Views
beng_
Contributor III

I'm revisiting an older project that used Code Warrior Studio.

 

I'm on a new hard-drive, so anything that's not in the Git repository (e.g. stuff generated by Processor Expert, custom project/workspace settings). It seems when I'm in debug the Processor Expert function ADC_Measure() isn't returning because it's waiting for the ADC Conversion Complete Interrupt to clear the ModeFlg, however the interrupt doesn't appear to be firing.

I suspect other interrupts aren't firing in debug either.

 

However when I'm not in debug, everything seems to work as expected.

 

In the Debug Configurations options under Debug/Interrupts/Disable Interrupts checkbox is clear.

Labels (1)
Tags (1)
0 Kudos
2 Replies

359 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello Ben Griffiths,

Could you please tell us which chip you used ?

And which CW version ?Thanks.

BR

Alice

0 Kudos

359 Views
beng_
Contributor III

Sorry - I should've incldued that.

MK10DX32VFT5 & CodeWarrior 10.6

0 Kudos