This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

CC4INT

Hello,

I have a problem with CC4INT.

In my code I have you Channel 4 of CapCom Unit 1 and when I simulate my program in microvision nothing happend but when I am working with my code in the XC167CI something is wrong.

I have put an "alert"

printf("\n CC4INT");
in the next method

void CC1_viCC4(void) interrupt CC1_CC4INT
{
printf("\n CC4INT");
}

As I said before nothing happend in keil microvision but when I work with the micro directly then this interruption is executed randomly.

Why does it happen?

Thsnks