Hello folks,
I just bougt a Olimex ARM-USB-OCD and installed the Eclipce platform that came with the CD.
I thought that the installer should fix everything for me and just enable me to hock that up to my target board and start program and debuging.
Not so.
Setting up the OCD in the RUN menu seams to be the right way to go so I tried to set that up as instructed in the pdf file Using GNU tools.
I found the exact path to the C:\gccfd\openocd\bin\openocd-ftd2xx.exe.
Working directory set to C:\gccfd\openocd\bin
Then:
In the “Arguments” pane, enter the argument “-f at91sam7s256-armusbocd.cfg” to specify the OpenOCD configuration file designed for the Olimex ARM-USB-OCD.
Apply and Run: Error message.
Open On-Chip Debugger 1.0 (2008-10-04-10:00) svn:exported
$URL: http://svn.berlios.de/svnroot/repos/ope … /openocd.c $
Info: options.c:50 configuration_output_handler(): couldn’t open script file at91sam7s256-armusbocd.cfg
Error: jtag.c:1511 jtag_interface_init(): JTAG interface has to be specified, see “interface” command
I have searched my computer for a config file named:” at91sam7s256-armusbocd.cfg”
I have not found that file.
Please can anyone help me?
My target is the Matrix Multimedia C for ARM package and that have AT91SAM7S128 solder to the board and ideally I would like the debugger to work with that.
The demo example uses the 256 dough but maybe it works anyway as the program is not so big for blinking a led. I really don’t know.
Well the first step is to be able to communicate with the debugger right?
Can anyone help me?
Ok no one sems to be able to help me.
The project thats available is for a ATSAM7S256 including headerfile, makefile, debugfile, boardfile etc for this MCU.
My guess is that I will have to set the variable to armusbocd.cfg thats in the project file and not a at91sam7s256-armusbocd.cfg
I simplify:
Have anyone a project for Eclipse that uses ATSAM7S128 and the Olimex USB OCD that can send that to me. A simple LED blinking program will do.
I nead the right includefiles etc.