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

Newbie uVision question

Just getting started with uVision..

...After any code changes one has to do a Download/Flash before starting a Debug Session? Otherwise any code changes are not picked up in the Debug Session? Is this correct?

Subsequently, is there a way to auto Download whenever a Debug Session is started?

Thanks gents,
/ms

Parents
  • ... one has to do a Download/Flash

    Yes, of course! Otherwise the new code will not be present in the chip - so you will be debugging old code!

    And, before downloading, you need to have successfully built the code.

    None of this is specific to uVision.

Reply
  • ... one has to do a Download/Flash

    Yes, of course! Otherwise the new code will not be present in the chip - so you will be debugging old code!

    And, before downloading, you need to have successfully built the code.

    None of this is specific to uVision.

Children