Jan Matyas
Jan Matyas
I confirm your point is valid - dcsr.ebreakX bits are currently not handled after reset. One consequence of this issue is that syscalls (semihosting) won't work if the program execution...
Have you please tried the standard build procedure (bootstrap - configure - make - make install), as described in the readme? Does it work for you? Do you have any...
Understood. If you'd like to use Liviu Ionescu's build infrastructure as part of a product you're working on, then I suggest spending bit more time on studying the internals of...
Hi @fcuzzocrea, OpenOCD should be able to accomplish the connection to the target without reset. AFAIK, OpenOCD does not trigger reset of the target unless you explicitly instruct it to...
It seems you have reset commands in one of your configuration files, which will be triggered when GDB loads an application binary to flash. I wonder if that could be...
Hi @paul5730, from that very little information provided, I guess this is a single-hart RISC-V target running a FreeRTOS-based application. Am I correct? FreeRTOS support has been commited to this...
I may not be able to help here due to limited time/knowledge, but if you'd like someone to take a look at this, please share a full verbose log from...
Hi Cinly, thank you for your message. Your observations are correct, `info->dtmcs_idle` is currently read from the target but unused. I believe the current logic in with the exponential back-off...
Hi @sajjadahmed677, what do you mean by "RedHat support packages"? Thanks, Jan
This seems like a generic TCL string escaping issue (not related just to the "TCL port" of OpenOCD). @quantrpeter - The following suggestion has worked for me - escape curly...