• static == extern ?
    extern data and static diffenece since static is used for keeping the value after existing function, extern use the value in other module. are they the same?
  • static == extern ?
    extern data and static diffenece since static is used for keeping the value after existing function, extern use the value in other module. are they the same?
  • Initializing Static Variables in External RAM
    Greetings: I'm sure this has been dealt with before in this forum, but my searches are only yielding vague hints at solutions. Here's the problem: our LCP2292 application in CARM requires external...
  • Initializing Static Variables in External RAM
    Greetings: I'm sure this has been dealt with before in this forum, but my searches are only yielding vague hints at solutions. Here's the problem: our LCP2292 application in CARM requires external...
  • static initialization of extern pointer to function
    Hi All, Could anybody help me out with the following problem? I have a module with the following declarations. int (*on_CAN_msg)(void); ... void CAN_int_handler(void) interrupt 7 using 1 { ... ...