• How to replace functions from a library by my own
    I have a precompiled library. It contains some function, let's consider functions A() and B() . B() calls A() inside this library. I would like to link my own code with this library, replacing all calls...
  • How to replace functions from a library by my own
    I have a precompiled library. It contains some function, let's consider functions A() and B() . B() calls A() inside this library. I would like to link my own code with this library, replacing all calls...
  • How to override the standard library functions like memcpy, memset and memmove etc in ARM.
    Note: This was originally posted on 12th March 2012 at http://forums.arm.com Hi, I would like to call a user defined memcpy, memset etc functions and avoid the usage of standard ARM library functions...
  • How to override the standard library functions like memcpy, memset and memmove etc in ARM.
    Note: This was originally posted on 12th March 2012 at http://forums.arm.com Hi, I would like to call a user defined memcpy, memset etc functions and avoid the usage of standard ARM library functions...
  • Overriding RTX scheduling policy
    Hello, Let me start with what I am trying to do: I want to launch a couple of RTX tasks and to force each task to execute for a constant amount of time, after which the scheduler will select another...