• 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) ;...
  • can constants defined in a file be used in other file without defining ?
    i have defined #define key0 0x35 in main file and now i want to use key0 in one of included file in this project but on compilation i get error for this. Does keil have any provision where i can...
  • can constants defined in a file be used in other file without defining ?
    i have defined #define key0 0x35 in main file and now i want to use key0 in one of included file in this project but on compilation i get error for this. Does keil have any provision where i can...
  • Defining C Preprocessor Constants in A51
    Does anyone know a way to define C preprocessor comments at the command line for A51? For example, in C I would do something like: C51 foo.c DEFINE(SOME_CONST) but the "DEFINE" directive does not...