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 akshat mishra

  1. A

    want to use interrupt

    i made 1 code for timer interrupt but it is not working #include <p18f97j60.h> //---------------------------------------------------------------------------- void InterruptHandlerHigh (void); union { struct { unsigned Timeout:1; //flag to indicate a TMR0 timeout unsigned...
  2. A

    Solution needed time delay..

    this thing i have done already i want to use timer1 thats y i am using timer bits.
  3. A

    Solution needed time delay..

    Fosc = 32 khz
  4. A

    Solution needed time delay..

    that code i have update that code is working but i am giving 1 sec delay but it is not giving 1 sec delay.
  5. A

    Solution needed time delay..

    I am sorry I am new at this could you please send me the updated code. It would be very helpful Best regards Akshat
  6. A

    Solution needed time delay..

    I am using pic18f97j60 I want led to blink for 1 sec. Below i pasting my code i don't know what it is going wrong with that program Timer frequency is 32 khz. #include <p18f97j60.h> unsigned int i=0; void Delay_1s(void); void init_timer1(void); void main(void) { init_timer1()...

Part and Inventory Search

Back
Top