Digital Signal Processors in real-time embedded systems

Since DSPs require different sections of code to be allocated to different types of memory (SRAM, DRAM, ROM, etc.), the standard C memory management is not sufficient. Therefore special memory libraries must also be part of the compilation process. In addition to memory management, DSP systems require libraries to add support for specialized mathematical functions regarding vectors, … ................
................