Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug Probe fails on RP2040 revision B1 #158

Open
Gerhard-Vienna opened this issue Dec 23, 2024 · 1 comment
Open

Debug Probe fails on RP2040 revision B1 #158

Gerhard-Vienna opened this issue Dec 23, 2024 · 1 comment

Comments

@Gerhard-Vienna
Copy link

When my homemade debugger stopped working with 'Picoprobe', I loaded the 'debugprobe' firmware. However, the debugger fails with
Error: Could not connect multidrop rp2040.dap0

I got hold of an original 'debugprobe' and as it worked fine, I assumed it was the pico I was using. So I tried it with different picos, but the result was always negative.

The solution then lay in the output of 'picotoo info -a'.

The picos I used were all revision B1, whereas the original pico probe was revision B2.
Replacing the pico in my homemade debugger with a recently purchased one (B2) solved the problem.

Details:

I'm not sure if the lack of support for older picos is intentional or a bug. In any case, a note in the documentation (Getting Started...) would be appropriate!

@lurch lurch transferred this issue from raspberrypi/pico-sdk Dec 23, 2024
@lurch
Copy link
Contributor

lurch commented Dec 23, 2024

I can't think of any obvious reason why it would work on an RP2040B2 but not on a RP2040B1, so pinging @P33M to have a look at this after the Christmas & New Year holidays.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants