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 rosh6270

  1. R

    need help to figure out the problem with the interrupt code for pic 16f873a.

    The led connected to portc behaves funny when connected to the pic and doesnt seem to acknowledge the interrupt. unsigned char presence=0; void ISR(void) { if(INTCON.RBIF==1) { presence=1; INTCON.RBIF=0; } } void main(void) { TRISB=0x20;// rb5 is pir input TRISC=0x00...

Part and Inventory Search

Back
Top