• Global variable initialisation problem
    Is this a bug? //in global scope: uint32_t a = 0; uint32_t b = 1 // in main(): printf( "%d %d", a, b); Output is -1472002 1. i.e. variable not initialised if it is explicitly set to zero...
  • Global variable initialisation problem
    Is this a bug? //in global scope: uint32_t a = 0; uint32_t b = 1 // in main(): printf( "%d %d", a, b); Output is -1472002 1. i.e. variable not initialised if it is explicitly set to zero...
  • Program with initialised global variables does not run
    Experts, I have a 'C' program that contains an array of around 10 unsigned int's. If I initialise it during the declaration, the code never enters main() (I placed a breakpoint on the first instruction...
  • Operation of Region$$Table$$Base and variable initialisation
    Hi All Does anyone know how the Region$$Table$$Base / Region$$Table$$Limit and region table works? (Cortex M4 project causing problems...) Normally the Keil initialisation routines uses these...
  • Operation of Region$$Table$$Base and variable initialisation
    Hi All Does anyone know how the Region$$Table$$Base / Region$$Table$$Limit and region table works? (Cortex M4 project causing problems...) Normally the Keil initialisation routines uses these...