• absolute function address and call
    How can I locate a C function at an absolute address and call this address on a LPC2378?
  • absolute function address and call
    How can I locate a C function at an absolute address and call this address on a LPC2378?
  • 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...
  • 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...
  • 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...