• 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...
  • Override DMA IRQ handler?
    Hello I am modifying a Keil example program (MCBSTM32C HTTP-SERVER) so that you can upload via HTTP. A second thing it has to do is write the uploaded data to the DAC. For this I want to use the DMA...
  • how to override static function
    Note: This was originally posted on 5th June 2009 at http://forums.arm.com I find we can override a function Using $Super$$ and $Sub$$ to overide symbol definitions from the pdf ADS_LinkerGuide_A.pdf...
  • 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...
  • Replacement for the 80c552
    Hi there! An old project of mine is runnining on a 80C552/30MHz (KBA, is the psot fix, I think). This processor is obsolete, but I need the speed (I think). The software was written by somebody else...