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 nandana

  1. N

    [SOLVED] Accessing Individual Bits mikroC pro for PIC Help me

    Thank you very very very much. Actually I couldn't understand it. Thank you very much. The problem was in isis circuit. Thanks again. Best regards. :razz:
  2. N

    [SOLVED] Accessing Individual Bits mikroC pro for PIC Help me

    I wish to use External interrupt on PORTB 0bit. So I used TRISB = 0x01;
  3. N

    [SOLVED] Accessing Individual Bits mikroC pro for PIC Help me

    I tried this also. But every time after Delay only last command makes out put. The problem is when I Access Individual Bits other all bits going to zero. help me. If you can download my attached file, then you can see the result. Help me.!! And thank you very much for waiting your valuable time...
  4. N

    [SOLVED] Accessing Individual Bits mikroC pro for PIC Help me

    This method is also correct. But I need to Access Individual Bits. Because I am going to make a latch type output controller. I have 4 outputs from another circuit and I want to give those to a 16f628a and then make latch type outputs. so I want to Access Individual Bits. any help accept...
  5. N

    [SOLVED] Accessing Individual Bits mikroC pro for PIC Help me

    Hi, I am using Mikroc pro for PIC v5.6.1 I have edited post and attached all files including isis. I need to control Individual Bits on portb without changing other bits of portb.
  6. N

    [SOLVED] Accessing Individual Bits mikroC pro for PIC Help me

    I want to turn on LEDs on portb of 16f628A. I wrote following code. I need to make my program as following. 1. Turn off led (00000000) 2. After 1sec turn on PORTB.F1 (00000010) 3. then After 1sec turn on PORTB.F2 (00000110) 4. then After 1sec turn on PORTB.F3 (00001110) 5. then After...

Part and Inventory Search

Back
Top