Search:

Type: Posts; User: rebelsoul

Search: Search took 0.01 seconds.

  1. @ mats, could you provide some dummy code...

    @ mats, could you provide some dummy code example, that how this operation could be acheived in a multi-source file enviorment.

    Best Regards
    RebelSoul
  2. Hello, @matsp, sorry i didnt understand your...

    Hello,

    @matsp, sorry i didnt understand your last post. Beside that i have one confusion or a question and i hope you can answer that. My main concern is that if i ll try to run my routines in...
  3. @matsp, do you want to say that i should do like...

    @matsp, do you want to say that i should do like that. I declared an extern variable in ABC.h



    /* ABC.C*/
    #include "abc.h"
    USIGN8 RX_TEST=0; //declare globaly

    VOID SYNCMessage(VOID)
  4. Hello, @ matsp you are right about the local...

    Hello,

    @ matsp you are right about the local declaration and yes i was doing that stupid mistake.


    You got me , SYNCMessage is an interrupt generated whenever my system in RX mode receives a...
  5. i solved it and found the stupidest mistake i...

    i solved it and found the stupidest mistake i made in my program. Thank you guys for the support.

    Best Regards
    Rebelsoul
  6. Hello Quzah, To verify your advice, i tried...

    Hello Quzah,

    To verify your advice, i tried your example snipts. As,instead of header file you had declared extern into source file. I have followed the same style


    /* main file */
    extern...
  7. /*ABC.h */ extern USIGN8 RX_TEST; ...

    /*ABC.h */

    extern USIGN8 RX_TEST;





    /* ABC.c */
    #include ABC.h
  8. Hello Guys, Thank you for the quick reply....

    Hello Guys,

    Thank you for the quick reply. But unfortunately still there are warning and errors. I already did the same thing before this post. Declaring a variable extern uint8 Test in my...
  9. how to put a check on an extern variable set as flag

    Hello All,

    I am working on a problem, where i have to put a check on an extern variable(flag) and on basis of that check my program could work. The scenario is as following. I have declared an...
Results 1 to 9 of 9