We are facing strange problem. No linking erro no compilation error in our code, but still our DSP based hardware works only with emulator. Removing emulator, it doesn't work. But when we reduce our code size then it works fine even without any emulator. Definitely it is not related to hardware. Something related to memory management, but we are able to locate it as compiler is not showing any linking/compilation error. We are using Code composer studio V3.1 with SIGNUM /SPECTRUM emulator.
Just for verification, We are toggling a port pin in timer interrupt for cross checking the DSP behavior. For smaller size code, we get square wave on CRO, while increasing the variable in RAM & removing the emulator, it stop showing square wave. So it confirms that DSP doesn't work without emulator and as per MAP file no RAM portion is overflowing.