Skip to main content
nanayakkaraan
Associate III
July 18, 2013
Question

IAR Embedded WorkBench IDE for STM32L

  • July 18, 2013
  • 3 replies
  • 897 views
Posted on July 18, 2013 at 08:28

All,

My question is related to IAR Embedded WorkBench IDE 6.50 for STM32L. I think somebody using the IDE can help me to solve the issue or else can direct me to a better place in which I can find Support regarding the issue.

In the IDE there is an option called ''Debug without downloading''.

Can some body explain me the use of this feature?

Does this allow debugging the firmware without using the hardware target system?

I have gone through the help manuals provided with the IDE, but was unable to find a clear idea about the feature and its usage.

Thanks.

Anuradha.

    This topic has been closed for replies.

    3 replies

    crt2
    Visitor II
    July 18, 2013
    Posted on July 18, 2013 at 13:48

    I'm not on IAR, but this sounds more like dont download hex from uC, but just debug it assuming the right code is on uC.

    Tesla DeLorean
    Guru
    July 18, 2013
    Posted on July 18, 2013 at 13:55

    Usually it does FLASH + DEBUG steps, you can do the FLASH/PROGRAM step separately, and just DEBUG the code directly. For example code that is in ROM, OTP, or EPROM that has to be programmed outside the IDE with different equipment.

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
    nanayakkaraan
    Associate III
    April 10, 2014
    Posted on April 10, 2014 at 11:39

    Hello,

    Yes crt your are correct.

    The EWARM Debugging guide states that as follows.

    Debug without download: To start C-SPY without reloading the current project

    Download and Debug: To start C-SPY and load the current project

    Regards,

    Anuradha.