Other Parts Discussed in Thread: C2000-CGT
While I running program in the F280049, it enters the interrupt CLA1_8_ISR() which stops the whole program. The program runs normally before changing. But when I add multilevel conditional statement of if() in the CLA1Task3, it occurs the problem described in the beginning. So, I wonder what would cause the program enters the CLA1_8_ISR. Otherwise, whether there is some guidelines to describe the reason why program enters the ISRs while program goes wrong. If someone knows, please tell me. Thank you!