-
Notifications
You must be signed in to change notification settings - Fork 12
cJTAG support #27
Comments
Hi! Check out the |
Thanks for the quick response! Ah yes, I didn't looked into I'm using a CC2538 and sections 5.2.1 and 5.2.2 talk about JTAG commands etc., but this is gibberish for me. |
I know fairly little about cJTAG unfortunately. What happens if you run the |
I get the following:
|
Hmm, of course it's not that simple... The next step would be to look at the USB packets in wireshark between jaylink and the official tooling (or libjaylink, if that supports cJTAG), and possibly also hook up a logic analyzer to look at the signals. In any case, you'll have to get some "known-good" cJTAG setup with another tool, and then we can try to match what it does here. |
Thanks for the pointer with wireshark! I will have a look at that today and will let you know how it goes! |
It's been a long time, but I tried debugging it further. As a side note, when using |
Hi! I was wondering how I could add cJTAG support to the project such that I can use with rust embedded toolchain.
Not sure if this is the place to ask this, but could you point me out in the correct direction such that I can help implement it?
I will gladly create a PR then!
The text was updated successfully, but these errors were encountered: