OOCDLink-H JTAG Cable with Crossworks
Hello,
I just did a OOCDLink-H JTAG cable work with CrossWorks for ARM (Release 2.0.8), using the "Generic FTD2232" target interface. As there isn't much information about how to configure a oocdlink-h with crossworks on the net, I am posting the configurations here in case someone else needs it.
The configurations used was:
srstXORMask="0x0400"
srstMask="0x0800"
trstXORMask="0x0100"
trstMask="0x0200"
OutputPins = "0x0f1b"
Output Value = "0x0c08"
jtagDivider="2"
fastMemoryAccessesEnabled="Yes"
usbPid="0xbafa"
The XML exported by CrossWorks for this target is:
<GenericFT2232TargetInterface jtagDivider="2" fastMemoryAccessesEnabled="Yes" srstXORMask="0x0400" usbPid="0xbafa" trstXORMask="0x0100" srstMask="0x0800" trstMask="0x0200" name="OOCDLink-H" />
The link for OOCDLink-H JTAG cable schematics is http://www.joernonline.de/contrexx2/cms/index.php?page=129
Please sign in to leave a comment.
Comments
0 comments