IAR Embedded WorkBench IDE for STM32L
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-07-17 11:28 PM
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.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-07-18 04:48 AM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-07-18 04:55 AM
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 Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-04-10 02:39 AM
Posted on April 10, 2014 at 11:39Hello,Yes crt your are correct.The EWARM Debugging guide states that as follows.Debug without download: To start C-SPY without reloading the current projectDownload and Debug: To start C-SPY and load the current projectRegards,Anuradha.