Dominik Boehi

Results 109 comments of Dominik Boehi

I don't know how to update the .def file, is there a guide somewhere?

Should be fixed now, I've only set up commit signing on Linux and not yet on Windows, so only one of the commits was signed.

This is not really fixed by #629, software breakpoints are still not handled correctly.

Just doing it for ARM is fine, for RISCV I would assume that it's more or less the same anyway, just with a different breakpoint instruction.

The GD32VF103 is a RISC-V based chip, not an ARM chip, so we need to use JTAG for the connection.

This is not implemented yet, we don't support raw JTAG for RISC-V using CMSIS-DAP.

@Disasm Could you try debugging the GD32V again? I recently fixed a small issue (see #423), and it should work better now.

I've tried to reproduce this, but was not able to. RTT seemed to work normally, both in Powershell as well as in cmd.exe Could you please try again to reproduce...

I think this is most likely a bug in our JTAG implementation for the J-Link. Unfortunately, it is not the same as for the FTDI based probes. The error message...

The version check is not the problem. I now rembember why this is not working. For the FTDI probes, we support multiple TAPs in a JTAG chain, and can select...