View Single Post
Old 12-25-2016, 05:26 AM   #23
very_rude_Turnip
Enthusiast
very_rude_Turnip will become famous soon enoughvery_rude_Turnip will become famous soon enoughvery_rude_Turnip will become famous soon enoughvery_rude_Turnip will become famous soon enoughvery_rude_Turnip will become famous soon enoughvery_rude_Turnip will become famous soon enough
 
Posts: 36
Karma: 560
Join Date: Dec 2016
Device: Kobo Aura v2
Quote:
Originally Posted by Markismus View Post
@very_rude_Turnip Slightly OT, but anyways: I am tinkering with a robot vacuum cleaner: VC-A320. It has a weak battery pack, which I am reconditioning and it has a ten pin header on its PCB, which got me thinking: JTAG. Of course I don't know anything about that, nor do I know anything about their quality.

Now if you do know which JTAG would be good to try, e.g. this one or this one, it would save me something like the serial CH341 hassle.

Very OT

The important part of doing JTAG work is really the software. You need a software suite to debug the system you want to work on.

On the open source side, there is OpenOCD, but it's pretty raw and you really need to be a pro to use it.

Segger has a nice cheap EDU version of their JLink adapater and it has some nice software. That's what I think I would recommend if you are new to JTAG:

https://www.segger.com/jlink-debug-probes.html

Make sure the SoC you want to talk to is actually supported too:
https://www.segger.com/jlink_supported_devices.html

Xilinx also has some good adapters and software, but they good units are not cheap.

Those adapters you linked to seem to be specific to Atmega chips. Are you sure that's what you need? I have no experience with this particular type.
very_rude_Turnip is offline   Reply With Quote