Hello,
I’m using evaluation kit from OLIMEX,STR-E912
http://www.olimex.com/dev/str-e912.html
which use mcu STR912FW44x and I also use ARM-USB-OCD as my jtag. The software CD that comes with this evaluation kits contains
-
eclipse version 3.20
-
yagarto-bu-2.17_gcc-4.1.1-c-c++_nl-1.14.0_gi-6.5.5.exe
-
openocd-2006re115-setup-rc01.exe
-
yagarto-ide-20061002-setup.exe
-
IDEaliST.exe
-
sarm.exe
-
IDEaliST-update.exe
and main program OLIMEX-GCCFD-190207.exe that install all of require program and example source code (lpc2106 blink led) to develop cross platform.
I’ve run OLIMEX-GCCFD-190207.exe and when install finish. It tells me that I’ve to install driver for jtag for three times when I plug JTAG to my computer. But when I’ve conneted ARM-USB-OCD to my computer it’s only ask me to install driver for 2 times (channel A and channel B). So I think it’s nothing wrong and keep go on.
First I think,I’ve to modified exaple code and find library of str91x.h and edit some file to work with this evalution board then use eclipse to download code via external tool that have config for my mcu.
When I call external tool on eclipse it say
Info: openocd.c:82 main(): Open On-Chip Debugger (2006-10-12 18:00 CEST)
Error: ft2232.c:1033 ft2232_init(): unable to open ftdi device: 2
Error: ft2232.c:1048 ft2232_init(): ListDevices: 2
Error: ft2232.c:1050 ft2232_init(): 0: Dual RS232 A
Error: ft2232.c:1050 ft2232_init(): 1: Dual RS232 B
- Is this the right method to work with this board and JTAG?
NOTE : I’ve copy config file for openOCD from this webboard
-
Is Jtag driver installation have a problem ?(2 times instead of 3)
-
Could you please recommend me how to work with this evaluation board? Some example code that can run on this evaluation kits nad Jtag? (I want to test that my board and ARM-USB-OCD are working properly)
NOTE : I bought two evaluation board and test with the same process.The problem is the same.ToT
Thanks for all reply
Ukyo