2019-06-18 07:08 AM
I work on a project inside eclipse IAR EW plugin. Now I would like to debug from there, too. Just like for STM32. Is that possible? If so, how?
Thanks
2019-06-23 03:05 PM
Some are doing on-target debugging using Eclipse:
https://stm8-binutils-gdb.sourceforge.io/
So far, I have only seen this used with SDCC. But if IAR can emit ELF/DWARF, it could work with IAR, too (possibly requiring some modifications).
2019-07-18 07:01 AM
Thanks.
Unfortunately I have not yet been able to try it.
For anybody interested in this, too:
While looking for something else I found this page today, which also might help. - https://justanotherelectronicsblog.com/?p=432