• C51: Absolute address for constants in CODE-space
    Does anyone knows a methode, to declare a const struct in code-space at a specific CODE address in C51? Background: I use a philips 87LPC767-MC and i want to store some code-revision-info in the...
  • C51: Absolute address for constants in CODE-space
    Does anyone knows a methode, to declare a const struct in code-space at a specific CODE address in C51? Background: I use a philips 87LPC767-MC and i want to store some code-revision-info in the...
  • Absolute Memory Macros Using FVAR in 0xC00000 address space.
    C51, Version 7.01 AX51, Version 2.01 LX51, Version 3.51 ADuC832 microcontroller The FVAR examples talk about how the R3 register 0x02 - 0x7F references external memory locations located between...
  • Absolute Memory Macros Using FVAR in 0xC00000 address space.
    C51, Version 7.01 AX51, Version 2.01 LX51, Version 3.51 ADuC832 microcontroller The FVAR examples talk about how the R3 register 0x02 - 0x7F references external memory locations located between...
  • Absolute location of constant tables in code space
    I'm looking for a way to absolutely locate a constant array in code space using the C51 compiler. I can use the 'code' memory location specifier to indicate the array should be located in program memory...