Hello I need to perform Dynamic Memory Allocatrion with ARM ADS/RealView toolchain, but none of the init_mempool, malloc work or even link correctly with the realview compiler selected. Do we know any alternatives to use in realview mode for Keil uVision ARM Projects. Thanks
"I need to perform Dynamic Memory Allocatrion" Do you really need to do it? In general, dynamic allocation is best avoided in embedded systems - even if you have got an ARM!