[openocd:tickets] #414 Semihosting message redirection TCP server gets the input data flushed before it can be used

2023-09-07 Thread Marek Vrbka
**Labels:** semihosting **Created:** Wed Sep 06, 2023 03:38 PM UTC by Marek Vrbka **Last Updated:** Wed Sep 06, 2023 03:38 PM UTC **Owner:** nobody Consider that the debugged target is repeatedly making READC semihosting call after `arm semihosting_redirect tcp all` has been run. Target stops

[openocd:tickets] #414 Semihosting message redirection TCP server gets the input data flushed before it can be used

2023-09-06 Thread Marek Vrbka
--- **[tickets:#414] Semihosting message redirection TCP server gets the input data flushed before it can be used** **Status:** new **Milestone:** 0.11.0 **Labels:** semihosting **Created:** Wed Sep 06, 2023 03:38 PM UTC by Marek Vrbka **Last Updated:** Wed Sep 06, 2023 03:38 PM UTC **Owner

Character conflict in the remote-bitbnag protocol

2024-01-12 Thread Marek Vrbka
Hello, I noticed that there is a conflict in the remote bitbang protocol. Consider the commands "SWD write 0 0" and "Sleep for 1 microsecond". Both use the 'd' character. I am pretty sure this is an error, question is, what should we replace it with? Marek Vrbka

[openocd:tickets] Re: #378 SWD support for RISCV artchitecture

2024-01-28 Thread Marek Vrbka
I did some investigation on the CH32V series. It seems that they have their own custom protocol completely unrelated to ARM SWD. I have seen it referred to as RVSWD. To complicate things even further, their CH32V003 uses a different single transport protocol. --- **[tickets:#378] SWD support