• 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...
  • 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...
  • 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...
  • override symbol feature for fputc does not work correctly
    I want to retarget the fputc library function so that I can have it both write to a uart (when used with printf) and write to a file (when used with fwrite). The override symbol feature of the compiler...
  • Override / replace multiplication routines from library
    Hello, I am developing an 8051 system / chip where I want to put the multiplication/division routines in a ROM. The real program should then call these routines instead of adding the library to...