Jonathan Herbst

Results 7 issues of Jonathan Herbst

Here is the output I'm getting. ``` Info : Using CMSIS-DAPv2 interface with VID:PID=0x1209:0x4853, serial=dc63aca893923e36ef4014 Info : CMSIS-DAP: SWD supported Info : CMSIS-DAP: SWO streaming trace supported Info : CMSIS-DAP:...

Here's an implementation of the hardware serial port that keeps all the features that use the usb serial port working with it. The implementation uses an intermediate buffer for transmitting,...

The USB serial port is currently used for defmt or rebooting into the usb bootloader. Make it work with the hardware serial port pins too.

I've been playing around with a WCH32 board. It has an onboard debugger which works with probe-rs, but when I try to run with the rusty probe I get this....

This is how I was able to fix the issue I created https://github.com/pyocd/pyOCD/issues/1754. Not sure if there are larger issues at play here.

I have a CMSIS Dap device which supports bulk SWO. When I try to use it with pyOCD I get an exception. ``` Exception in thread SWVReader: Traceback (most recent...

I noticed that the vco maximum for the rpi chips is capped at 1800 MHz, but the datasheet and the C sdk seem to indicate it should be capped at...