• Jump to function at absolute address
    Hi, In my project I have some functions that has to be protected against changes. For that reason a checksum has to be calculated on that specific code in runtime, just to prove that the actual code...
  • Start execution from absolute address
    Hello, on my two Infineon boards (one equipped with an XC161 and the other with an XC167) I am not able to use the built-in CAN bootstrap loader mechanism, therefore I am writing a C program dedicated...
  • Absolute address
    __at works in realview, just include the absacc.h .
  • 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
  • absolute function address and call
    How can I locate a C function at an absolute address and call this address on a LPC2378?