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

LM3S3748

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

Parents
  • "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??

Reply
  • "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??

Children