Can xScope work thru a reset?

Technical questions regarding the XTC tools and programming with XMOS.
babazaroni
Experienced Member
Posts: 94
Joined: Sun Feb 10, 2013 4:47 am

Can xScope work thru a reset?

Post by babazaroni »

I'm debugging the Device Firmware Update which resets the processor during the process.

Is xScope expected to work after the reset?


henk
Respected Member
Posts: 347
Joined: Wed Jan 27, 2016 5:21 pm

Post by henk »

I am afraid not!

You can reattach the debugger after the reset; use "connect --attach" to inspect where it is
babazaroni
Experienced Member
Posts: 94
Joined: Sun Feb 10, 2013 4:47 am

Post by babazaroni »

Thanks. Maybe I can avoid the reset while debugging, or pause after the reset to wait for debugger reattach and reregister the xscope variables.