From: R. D. <rdi...@ya...> - 2018-08-10 07:14:52
|
> OpenOCD is intended to be a daemon running in the background, why do you > want to stop and restart it every debug session? It is an interesting suggestion. Unfortunately, I have another scenario where I am using OpenOCD with different boards and JTAG adapters. Starting a clean OpenOCD every time has worked well for all my targets in the past. The only thing missing is properly synchronising the shutdown with GDB, in order to help troubleshoot the error messages when something goes wrong. Best regards, rdiez |