-
Notifications
You must be signed in to change notification settings - Fork 72
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
[FR] add JTAG support for STM32F103 #8
Comments
Hi, it is technically possible to add JTAG support, but I haven't spent much time integrating it because I usually don't need full JTAG and from the last time I looked into it, the performance was not great. This is in part because the USB handling is not particularly optimized, and in part because CMSIS-DAP 1.0 is not very fast as far as JTAG transports go. |
I see your point. I suggest this FR stay opened, just hanging out. Thanks!
|
probably related: devanlai/dap42-hardware#2
|
I have initial JTAG support in a branch: https://github.com/xobs/dap42/tree/add-jtag-support This has been tested on STM32F042 hardware, and I have a new PCB coming that fixes the hardware issues. I'll make a PR once that's actually tested and working. |
I successfully use dap42 on a general STM32F103 board (BluePill exactly).
I guess nothing prevents JTAG be on for it. Thanks.
The text was updated successfully, but these errors were encountered: