I build my code on Linux with gcc using emake outside ds5 or uVision. I can load the .elf on Keil and then it jumps into main from. the same executable rung fine on command line. But the same executable when loaded on DS5 doesn't jumps into main and gets stucked inside __START() - at a memset call.How to fix this issue?