2017-09-13 03:34 PM
Dear experts,
Can anybody advice how to break into ST8 that started running without debugger connected?
In the Develop IDE I see only one option to start debugging, and it updates the program memory on the target. The target, I guess, will then reset/restart. How to avoid the restart?
#debugging2017-09-25 06:51 AM
Bump?
2017-09-25 07:47 AM
Discuss with your tool vendor.
2017-09-25 09:20 AM
The tool vendor is STMicroelectronics... as it says in the 'About' dialog of the IDE...
2017-09-25 12:03 PM
,
,
Assuming for a second they aren't the only commercial tool vendor
https://www.iar.com/iar-embedded-workbench/ ♯ !?architecture=STM8&,device=ASTWBC5V
,Not sure if the STM8 has an inherent ability to support hot-plug or post-mortem debugging.
Consider adding your own diagnostic/monitor functions, ability to dump state when button, jumper or GPIO toggled.
2017-09-26 06:28 AM
Thank you. As I learn the ST chip and tools, I found ways to do without breaking in a running system. Other toolkits are not an option for me unfortunately, the customer has chosen the STVD.
Do you know perhaps, is inability to attach to running chip an inherent limitation of the hardware - ST8 or SWIM interface?
regards,
-- pa