• variables at same memory places
    I have declared in source file src1.c following variables. xdata unsigned char keybuffer[8]; unsigned int keys; unsigned char keyctr; I have an another source file src2.c and I want to declare...
  • 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...
  • function placing at absolute address
    suppose i have declared a function in program, now i want to locate this function at absolute address using scatter file. kindly give me its example code. Thanks
  • placing arrays in code
    what to place arrays of text in code without occupuing ram, in pascal (old days) we wrote pre text :array[1..5] of array[1..36] of string[16]= (' ', /pre if I use this in keil it uses ram ! ...
  • Place constant at fixed code memory address
    Hi, I'm confused about the existings threads regarding this topic, so please excuse this new thread. I'd like to put some calibration data into my (OTP) memory of C164-CA. The software would have...