Getting Open OCD working with Amontec JTAG Key (WinXP)
This is what worked for me:
1) Download and install openocd 0.2.0 (earliest version after 0.1.0 available as prebuilt *.msi.
Btw, 0.1.0 is preferred for compatibility with the mios provided scripts)
2) In Program Files\OpenOCD\0.2.0\drivers is a folder contained in ft223.zip, unpack this folder to a temporary location.
3) Attach the JTAG key to USB. After "Found New Hardware" wizard, install from the location of the folder in step (2)
4) Invoke OpenOcd with the following command line: openocd -f %MIOS32_PATH%\etc\openocd\interface\amontec.cfg -f %MIOS32_PATH%\etc\openocd\target\STM32F10x.cfg
5) Continue to follow Thorsten's guide in uCApps->Bootloader->MIOS32->Experts guide->"Accessing the core via JTAG"->"Quickstart DOS"
Hope this smooths the way for someone!
1 Comment
Recommended Comments
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now