-
Notifications
You must be signed in to change notification settings - Fork 13
SWD Multidrop Support #39
Comments
How does multidrop work? I don't think there's a hardware/firmware feature for that, so it might have to be implemented in probe-rs |
I was able to connect to the RP2040 using SEGGER's JLinkExe, as shown in the issue I linked above. SEGGER's software exposes the RP2040 as two targets, In terms of where support for this feature needs to be implemented, the probe-rs folks think it should be implemented in jaylink:
Perhaps @adamgreig can comment because I am also unsure of what the implementation of multidrop would entail. |
According to the ADI specification, multidrop just involves a special target selection register and more line resets, both of which should already be supported by this crate. |
It would be nice to have SWD Multidrop support so that RP2040s could be debugged with the J-Link in Rust. Issue probe-rs/probe-rs#1157 has some more details.
The text was updated successfully, but these errors were encountered: