I'm searching an embedded RTOS which supports the functionality to update the software without to compile/link the whole kernel and application SW. The concept would be like in Windows or Unix Desktop Systems: Download an application module (compiled/linked binary) to the target without touching the kernel (decoupled from kernel). One RTOS which supports such Memory Protected Downloadable Application Modules (DAM) is ThreadX from ExpressLogic ( www.rtos.com/products/threadx/ ).
Does anybody know other RTOS (small footprint, target CPU Cortex-M3), which supports such DAM concept?
Does anybody have experience with DAM of ThreadX? Some approved literature?
Thanks in advance!