Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by royalmadhu

  1. R

    RB0/INT interrupt not triggered

    unsigned int count,count1,count2,count3,count4,count5,count6,count7,count8; int count9=0; void interrupt() { if(INTCON.INTF==1) { porte.f2=1; count9++ ; if(count9==999) { count9=0; } INTCON.INTF=0; } if (INTCON.T0IF==1) { /*if(portb.f0==1) { count9=count9+1; if(count9==999) {...
  2. R

    RB0/INT interrupt not triggered

    yes i have it jumps to the interrupt routine
  3. R

    RB0/INT interrupt not triggered

    hi i'm building a pulse counter... i'm using the external interrupt on RB0 in 16F877A for counting the pulse... i have also used the TMR0 interrupt in the same interrupt function.... but my variable which is count9 for counting the pulses does not get incremented at all....i'm kind of a newbie...

Part and Inventory Search

Back
Top