• Placing sections at a specific address
    I used the following code to specify the address of variable bar at 0x4000 and the address of function fun at 0x8002000 . int bar __attribute__((section(".ARM.__at_0x4000"))); void fun(void) __attribute__...
  • Placing C constants at specific addresses
    I need to place a constant at a specific address, does anyone knows ow to do this????
  • Placing C constants at specific addresses
    I need to place a constant at a specific address, does anyone knows ow to do this????
  • Placing sections at a specific address
    I used the following code to specify the address of variable bar at 0x4000 and the address of function fun at 0x8002000 . int bar __attribute__((section(".ARM.__at_0x4000"))); void fun(void) __attribute__...
  • Placing and Accessing data at/from specific addresses
    IDE:                               ARM DS-5 (v5.19.0) Platform:                        Cortex-R4 (Dual Processor) Debug agent                   DSTREAM (Connection Type:TCP:DSTREAM) Execution Environment...