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.
Hi,
Iam facing a problem where as soon as i declare a string my program after downloading will execute only 10 percent of program.
The program works fine when i dont declare a string.
I am using LM3S3748. Please Help me. Thank You
"What iam doing is a simple thing like, say."
No, that is still very vague!
We need to know precisely what you are doing, and where you are doing it!
eg, if it is a local array, it will use stack space - so Tamir's question is pertinent.
"As far as the function is concerned it is developed by luminary micro themself."
They supply the source code, so there is nothing to stop you stepping into it - as suggested!
Have you actually done any debugging of your own yet??
Hi andy,
Thanks a lot it was the problem with the stack space and it is solved now. I dont know what would have happened to me thinking about this issue if you weren't there to help us out. Thank you.
You're welcome.
You're welcome - although it was Tamir who first brought up the Stack Size as a possible culprit!