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

Error removing a function

Hi, I have a function in my code which has its content commented. So it does nothing. When a I remove this function the system no longer works (the LED was blinking and now is turned off).

Parents
  • We have seen a large number of posts where people have complained about their applications and described specific errors (such as not blinking) even when they have failed to link a binary.

    Some people defines "running" as managing to (maybe) send a binary to the target. Some people things that the program is running because all I/O reverts to their reset defaults. Some people things that the program is running because the program has gone wild and manages to touch any I/O while not in control.

    In this case, a good initial question might be: How do you know that the program is still running, even if you can't see any blinking LED?

Reply
  • We have seen a large number of posts where people have complained about their applications and described specific errors (such as not blinking) even when they have failed to link a binary.

    Some people defines "running" as managing to (maybe) send a binary to the target. Some people things that the program is running because all I/O reverts to their reset defaults. Some people things that the program is running because the program has gone wild and manages to touch any I/O while not in control.

    In this case, a good initial question might be: How do you know that the program is still running, even if you can't see any blinking LED?

Children
No data