• global variables not initializing to declared values
    Maybe I have some setting wrong in my project. At the beginning of my main source file, I include a header that declares several variables as externs. Then I declare and initialize them after the #include...
  • global variables not initializing to declared values
    Maybe I have some setting wrong in my project. At the beginning of my main source file, I include a header that declares several variables as externs. Then I declare and initialize them after the #include...
  • Global variables are not initializing to defined value
    Hello, i am using scatter file to make load region for RW and ZI. ROM 0x0 { ER_RO 0x0 { CStartUp.o (RESET, +First) * (+RO) ;*(PUBLIC_VARS) } NVIC_DEFINE 0x480000 { irq.o (+ZI) ;...
  • Global variables are not initializing to defined value
    Hello, i am using scatter file to make load region for RW and ZI. ROM 0x0 { ER_RO 0x0 { CStartUp.o (RESET, +First) * (+RO) ;*(PUBLIC_VARS) } NVIC_DEFINE 0x480000 { irq.o (+ZI) ;...
  • global variables initialized to 0 instead of declared values
    Hi all, I have a bootloader-fw setup on SAM3S4C. It is working fine except a certain conditions, then the global variables of the fw part are not initialized (are zeroed instead), like if the __main...