Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Interrupt problem on CCP

Status
Not open for further replies.

NST

New Member
Hello I am working on a project which use CCP Interrupt.

When I run this code;

Code:
for (i=1;i<27;i++)
{
select(i);
delay_ms(300);
}

CCP Interrupt is not responding until the end of for loop. That means I cannot get response about 26 x 300 ~ 8 seconds.

But I have to stop this loop when a CCP interrupt is inbound.

Help me please.
 
Last edited:
Status
Not open for further replies.

New Articles From Microcontroller Tips

Back
Top