Jonathan Herbst

Results 8 comments of Jonathan Herbst

Just tried this and it doesn't seem to work. `Error: Connecting to the chip was unsuccessful.` when using `probe-rs run`, which works on master. Ground detect and the led work...

- pin types look correct to me - translator vcc is 3.3V - I probed swdio and swclk with a logic analyzer, ran probe-rs run on a target and I...

> Just tried this and it doesn't seem to work. `Error: Connecting to the chip was unsuccessful.` when using `probe-rs run`, which works on master. > > Ground detect and...

> Thanks for giving it a test! Does it work for you with the fixed pin? Yup, fixed

If you're just trying to get a build going, like me, you can set the nightly version to what it was when the app was last built. In `rust-toolchain.toml` change...

It looks like their protocol is SWD, that's why I made a ticket here. Now, I'm not sure if it's a different brand of SWD than ARM SWD, but I...

So this is something that WCH came up with and not a RISC-V standard?

It was honestly quite a pain to implement. I've used embassy on a couple projects and it can be really nice, especially since their hal is well integrated and a...