• Locating code at a certain address
    How can one locate a table of constants at a certain address in C ?
  • Place function at certain address
    Hi All I use compliler for XC161 MCU and I can't find how is possible place one function at certain address (for example at 0xC10000) Do you know which linker directive can I use for this? Thank...
  • About ascess Ram's certain address
    Dear sir, i just got a testing board,which contain a P89c51rd2. The port 0 and port 2 (lower 4 bit) is connect to a external ram DS1643(8k). As the DS1643 contain a real time clock inside it at...
  • Specifying the start address
    In assembly, the "ORG" directive can be used to specify the start address of the code. Can this be done in C? if possible then How? ..Thanx
  • Specifying address of C-procedure
    How do I tell the Keil C compiler/linker to place certain C-procedures in specific parts of memory? Example: The procedure below must be placed at an address above 0x4000. void ADC_start...