This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

libffi (Foreign Function Interface) for AMR7 and Cortex-M3

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