This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Program reaches main() in Keil but not in DS5

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?