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

Add JTAG support #44

Open
P33M opened this issue Nov 11, 2022 · 2 comments
Open

Add JTAG support #44

P33M opened this issue Nov 11, 2022 · 2 comments

Comments

@P33M
Copy link
Contributor

P33M commented Nov 11, 2022

Given that we already swap probe programs in and out of PIO on the fly, it would be easy enough to add JTAG support.

How does PIO assist in this scenario - is the DAP protocol sufficiently high-level that we could accelerate scan-IR and scan-DR ops?

@diggit
Copy link

diggit commented Dec 21, 2022

DAP JTAG API is pretty low level.
https://arm-software.github.io/CMSIS_5/DAP/html/group__DAP__JTAG__Sequence.html
PIO could handle this configurable 1~64 bit "SPI".

Maybe at least Transfer commands could be handled by PIO more effectively.

@lurch lurch mentioned this issue Sep 14, 2023
@Patronics
Copy link

Worth noting that there seem to be a few other projects that implement JTAG on the Pi Pico, perhaps some of that functionality could be ported over relatively easily?

There's https://github.com/phdussud/pico-dirtyJtag/

https://github.com/kholia/xvc-pico/

and https://git.lain.faith/sys64738/DragonProbe.git

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

3 participants