Hi, there! I'm stuck with a strange behavior in debug. I'm using Codewarrior 10.6, programming in C for a KE02Z64.
I have in my code 4 interrupts active, for ADC, UART1, FTM0 and KBI1. In run mode everything goes well, but when I try to debug the KBI1 interrupt does NOT execute. All others keep working ok.
I tried to change their priorities - my code uses priorities 0, 1, 2 and 3 for these interrupts, respectively, and I suspected this behavior had something to do with KBI1 being the lowest priority. No luck here too.
Any ideas?
Thanks for any help!