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

Code Compiled, linked, downloaded but not running

Hi,
Do you have faced with this problem ? The USB debug adapter runs but the IDE debugger not. I can put breakpoint on the first line of the main but no break, no timer it generated too, when i stop running no stop on the code line executing.
It seems there is a problem just before the main call.

thx

Parents
  • I think you have a very serious problem and it requires careful analysis.
    yes, he does:
    I have to disable the watchdog in the IDE or in the code ?
    but no "careful analysis" needed

    What on earth does the ide have to do with the watchdogs operation???

    the watchdog must be disabled AT THE START OF startup.a51

    Erik

Reply
  • I think you have a very serious problem and it requires careful analysis.
    yes, he does:
    I have to disable the watchdog in the IDE or in the code ?
    but no "careful analysis" needed

    What on earth does the ide have to do with the watchdogs operation???

    the watchdog must be disabled AT THE START OF startup.a51

    Erik

Children