• 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...
  • ARM Compiner c++ error (class, virtual, override)
    Hi When I try to make new class, which inherited from another class I found, as I understand, a mistake in working a compiled code. Code Example: char s[1024]; class Parent{ public: Parent...
  • 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...