• 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 Variables
    Hi everyone, I would like to know if something similar happen to you. Well the issue is that when I declare a variable as a global one in the header file of a module with extern sometimes it loses...
  • Global & Static initialization problem
    Hi, I am developing a firmware for EZUSB FX based board. I am facing a small problem. I am not able to initialize a Global variable in my firmware. Even though I assign the global variable with 0 initial...
  • STATIC VARIABLE
    Hi experts please don't mind as it is a novice question. Can anyone tell me where the static variable store is it- 1) Heap memory 2) RAM (STACK portion) 3) ROM (FLASH)
  • 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 { ... ...