• Problem jumping execution to absolute address
    Hi, I have two hex files loaded in 0x00000000 (app A) and 0x00004000 (app B) I am using the following code to jump to app B. ((void (*)(void))0x00004000)(); Before it was working but...
  • Problem jumping execution to absolute address
    Hi, I have two hex files loaded in 0x00000000 (app A) and 0x00004000 (app B) I am using the following code to jump to app B. ((void (*)(void))0x00004000)(); Before it was working but...
  • 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?
  • absolute function address and call
    How can I locate a C function at an absolute address and call this address on a LPC2378?