• Locating members of a struct variable to absolute memory locations
    I would like to know if I can use "_at_" to locate struct members to absolute memory locations. For instance, I have a struct variable defined as following, xdata struct { unsigned char member1;...
  • Locating members of a struct variable to absolute memory locations
    I would like to know if I can use "_at_" to locate struct members to absolute memory locations. For instance, I have a struct variable defined as following, xdata struct { unsigned char member1;...
  • assign an absolute memory location
    I am kind of confused about using the _at_ keyword to assign a specific address to a variable. so for example : extern xdata char variable _at_ 0x000f; it fills 3 bytes in xram . can any...
  • assign an absolute memory location
    I am kind of confused about using the _at_ keyword to assign a specific address to a variable. so for example : extern xdata char variable _at_ 0x000f; it fills 3 bytes in xram . can any...
  • Locating costants at absolute memory address
    Hello everybody, I'm using a stm32 family device (stm32f4), it is possible to place constants at absolute memory address? In my case R/O base starts from 0x0800 0000 and my code look like this: ...