• 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...
  • 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...
  • Static Variable Initialization Failed
    Hi, I am using STM32F4 Discovery board and Keil MDK-ARM version 4.53.0.0.I made some code which contains static variable.I have made two different .uvision projects in which project A works fine(static...
  • Static Variable Initialization Failed
    Hi, I am using STM32F4 Discovery board and Keil MDK-ARM version 4.53.0.0.I made some code which contains static variable.I have made two different .uvision projects in which project A works fine(static...
  • Place static variable in RAM?
    Hi All If I declare a variable (or a data struct) static, the data is placed in the IRAM. I guess the static data is moved to the IRAM before the "main" in called and probally also before the SDRAM...