I am looking for a library that enables calling a function on target (ARM7 or/and Cortex-M3) at run time by knowing the function's declaration (arguments and their types as well as return type) and entry address. I came across libffi (http://sourceware.org/libffi/) that seems addressing my needs. I would be interested to hear if anyone has used that (or similar) library with Keil toolset for an ARM7/Cortex-M3 micro.
Thank you, Zbigniew