Search:

Type: Posts; User: paddy611

Search: Search took 0.00 seconds.

  1. Replies
    14
    Views
    1,362

    yeah. I will check out with this. Thanks a...

    yeah. I will check out with this.

    Thanks a lot for your support.
  2. Replies
    14
    Views
    1,362

    Actually i have used that port pins as an I/O. ...

    Actually i have used that port pins as an I/O.

    So i can not use interrupts.
  3. Replies
    14
    Views
    1,362

    Yes i am programming for PIC18F4520. In normal...

    Yes i am programming for PIC18F4520.

    In normal case that function executes when alarm condition occurs.

    But to avoid false triggering i need some delay, say 1 or 2 minutes and after that delay...
  4. Replies
    14
    Views
    1,362

    yeah. I have tried with that. But it halts...

    yeah. I have tried with that.

    But it halts the next program execution as i need delay of around 1 to 2 minutes.

    so that is why i am trying something with static value as mentioned in code,...
  5. Replies
    14
    Views
    1,362

    I am really sorry for the incomplete information....

    I am really sorry for the incomplete information.

    I am using windows os and CCS compiler and I am looking for the delay of 1 minute.
  6. Replies
    14
    Views
    1,362

    required delay before function execution!!

    Hello,

    Please refer the function mentioned below.


    void ringAlarm(int8* ai)
    {
    int i,j;
    static int16 time_delay=10000;
    time_delay=time_delay-1;
Results 1 to 6 of 6