2012-06-25 12:33 PM
I have a project with STM8L151 and I have a dozen of quality issues with EWSTM8.
Since a few days ago, after the upgrade to Win7, I have been facing consantly crashes. It seems to me as it happens because of LiveView. When it is open with many variables inside, it crashes within a few minutes. Has anybody here been facing a similar problem ? Maybe other problems ? I'm asking because I've been checking these issues with IAR, and want to know if these problems are unique for me. I can share here some of the problems I found out: 1.Breakpoints- if programm stops on it, I can't step out or run, until this breakpoint is removed. Very annoying bug. 2. If any of low power modes is being used, in that time it's impossible to break the debugging. I'm not sure if this IAR issue or STM8L limitation. Probably the latter is the correct, since during the low power mode, everything is frozen, so communication is impossible. 3.Can't see constant variables in Watch -not a big deal, but just to mention. 4. Right click on some vars or on some functions and then ''Go to definition'' does not work 5. assert() in some cases does not work properly: instead of showing me which assert fails, it enters into the endless loop and show me the name of the file with the full path,but w/o nuber of row. 6.Sometimes double click in order to toggle a breakpoint does not work properly: instead of toggling, it adds another breakpoint on the same row, so in this way you can pick up a lot of BP onthe same row ! The only way to remove it is to open breakpoints view window and to remove all these BP there. 7. With Win XP I used to reinstall the IDE every 2 monthes since something bad with ST-LINK2 Driver was happening. 8. A lot of Comm timeout error.2012-06-28 06:33 AM
I use 1.30.2 Kickstart version for STM8S003F3 on XP SP3:
1. Yes, debugging with breakpoints is a waste of time.2. Yes3. Yes 4. Not tested5. Not tested6. Not tested7. No problem 8. Yes2012-07-25 01:40 AM
Has anyone else been facing the same
issues ?
Thanks