We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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?
>>How to fix this issue?
Perhaps by making sure the memory you're trying to memset() actually exists in the memory space, and is at the right address?